diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:49:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:49:37 +0000 |
commit | d4adaa2751d1fef5694ca44f61701c3e06c43051 (patch) | |
tree | b2adfef1eabc9786fc5bc2200ceadb3c36106ed1 /media-gfx/jpeginfo | |
parent | sync IUSE (-glut) (diff) | |
download | historical-d4adaa2751d1fef5694ca44f61701c3e06c43051.tar.gz historical-d4adaa2751d1fef5694ca44f61701c3e06c43051.tar.bz2 historical-d4adaa2751d1fef5694ca44f61701c3e06c43051.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-gfx/jpeginfo')
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild index d08f7f7402c1..f3f499c8517f 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.6 2004/06/24 22:43:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.7 2004/07/14 17:45:59 agriffis Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files." HOMEPAGE="http://www.cc.jyu.fi/~tjko/projects.html" SRC_URI="http://www.cc.jyu.fi/~tjko/src/${P}.tar.gz" |