diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:50:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:50:52 +0000 |
commit | cd6218d608c114bfd692f2ee138c363a3d258881 (patch) | |
tree | 415144120cfa09128bd43ded7d4e7004c8bd2885 /media-libs/jpeg | |
parent | sync IUSE (-${IUSE}, -X) (diff) | |
download | historical-cd6218d608c114bfd692f2ee138c363a3d258881.tar.gz historical-cd6218d608c114bfd692f2ee138c363a3d258881.tar.bz2 historical-cd6218d608c114bfd692f2ee138c363a3d258881.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs/jpeg')
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild index f359b5471010..e0b64f9d29b1 100644 --- a/media-libs/jpeg/jpeg-6b-r2.ebuild +++ b/media-libs/jpeg/jpeg-6b-r2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.14 2004/07/01 08:30:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.15 2004/07/14 19:50:52 agriffis Exp $ MY_P=${PN}src.v${PV} -S=${WORKDIR}/${P} DESCRIPTION="Library to load, handle and manipulate images in the JPEG format" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/${MY_P}.tar.gz" HOMEPAGE="http://www.ijg.org/" @@ -11,6 +10,7 @@ HOMEPAGE="http://www.ijg.org/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha" +IUSE="" DEPEND="virtual/libc" |