diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-04 15:27:40 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-04 15:27:40 +0000 |
commit | d943692ce9a78f9c3228a081a1d27d3c711eb3d6 (patch) | |
tree | 9278e3a51a8ae2b5ae8437d21320d749e8544266 /media-libs | |
parent | removing test glibc, tracked down the problem. (diff) | |
download | gentoo-2-d943692ce9a78f9c3228a081a1d27d3c711eb3d6.tar.gz gentoo-2-d943692ce9a78f9c3228a081a1d27d3c711eb3d6.tar.bz2 gentoo-2-d943692ce9a78f9c3228a081a1d27d3c711eb3d6.zip |
little cleanups
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild index 7924a2138244..f162a36ab82c 100644 --- a/media-libs/jpeg/jpeg-6b-r2.ebuild +++ b/media-libs/jpeg/jpeg-6b-r2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.1 2001/02/13 14:29:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.2 2002/03/04 15:27:40 drobbins Exp $ A=jpegsrc.v6b.tar.gz S=${WORKDIR}/${P} DESCRIPTION="libjpeg" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/${A}" +#SRC_URI="http://mirror/${A}" HOMEPAGE="http://www.ijg.org/" DEPEND="virtual/glibc" |