diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:34:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:34:09 +0000 |
commit | 7d202c98827194f5e60827dad4c91fdc45084f54 (patch) | |
tree | 109ea47b7b075f2197cf1337dc908883a0ba05ac /media-gfx/povray | |
parent | broken linkage on gcc-3.2 fix (diff) | |
download | gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.tar.gz gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.tar.bz2 gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.zip |
lintool updates per #9248
Diffstat (limited to 'media-gfx/povray')
-rw-r--r-- | media-gfx/povray/povray-3.1g-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/povray/povray-3.1g-r5.ebuild b/media-gfx/povray/povray-3.1g-r5.ebuild index a14c94cdf388..96181e7d3c66 100644 --- a/media-gfx/povray/povray-3.1g-r5.ebuild +++ b/media-gfx/povray/povray-3.1g-r5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r5.ebuild,v 1.7 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r5.ebuild,v 1.8 2002/10/18 20:34:09 vapier Exp $ -IUSE="icc X svga version" +IUSE="icc X svga" S=${WORKDIR}/povray31 DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" @@ -14,12 +14,12 @@ SLOT="0" LICENSE="povlegal-3.1g" KEYWORDS="x86 ppc" - DEPEND="media-libs/libpng sys-libs/zlib X? ( virtual/x11 ) icc? ( dev-lang/icc ) svga? ( media-libs/svgalib )" +RDEPEND="${DEPEND}" src_compile() { patch -p1 < ${FILESDIR}/gentoo.patch |