diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 0630e35e86283e37894a93aa49bf5e28a6da528d (patch) | |
tree | 210bfaf068600312542bd42e3b737414d737b33d /media-gfx/xv | |
parent | Fixed bug #980 (diff) | |
download | historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2 historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'media-gfx/xv')
-rw-r--r-- | media-gfx/xv/xv-3.10a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xv/xv-3.10a.ebuild b/media-gfx/xv/xv-3.10a.ebuild index 3b02150cdc35..dcf1b20734cd 100644 --- a/media-gfx/xv/xv-3.10a.ebuild +++ b/media-gfx/xv/xv-3.10a.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a.ebuild,v 1.1 2001/07/21 17:23:59 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is a sample skeleton ebuild file" SRC_URI="ftp://ftp.cis.upenn.edu/pub/xv/${P}.tar.gz" HOMEPAGE="http://www.trilon.com/xv/index.html" DEPEND="virtual/x11 virtual/glibc - >=media-libs/tiff-3.5.6_beta + >=media-libs/tiff-3.5.6_beta1 >=media-libs/jpeg-6b >=sys-libs/zlib-1.1.3" |