diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-19 13:06:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-19 13:06:50 +0000 |
commit | eba032579e140448c380351a2427875b542ca9f2 (patch) | |
tree | 4fe50e5d06877e0fca301fd727a09cf648834702 /media-gfx/povray/povray-3.7.0_rc3.ebuild | |
parent | amd64 stable wrt #385141 (diff) | |
download | gentoo-2-eba032579e140448c380351a2427875b542ca9f2.tar.gz gentoo-2-eba032579e140448c380351a2427875b542ca9f2.tar.bz2 gentoo-2-eba032579e140448c380351a2427875b542ca9f2.zip |
amd64 stable wrt #384823
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/povray/povray-3.7.0_rc3.ebuild')
-rw-r--r-- | media-gfx/povray/povray-3.7.0_rc3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/povray/povray-3.7.0_rc3.ebuild b/media-gfx/povray/povray-3.7.0_rc3.ebuild index 6b3419a723fd..56dbb77e76ed 100644 --- a/media-gfx/povray/povray-3.7.0_rc3.ebuild +++ b/media-gfx/povray/povray-3.7.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.4 2011/10/17 14:12:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.5 2011/10/19 13:06:50 ssuominen Exp $ EAPI="3" @@ -21,13 +21,13 @@ SRC_URI="http://www.povray.org/redirect/www.povray.org/beta/source/${PN}-${MY_PV LICENSE="povlegal-3.6" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug mkl openexr tiff X" DEPEND=" >=dev-libs/boost-1.41 virtual/jpeg - media-libs/libpng + media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase @@ -37,7 +37,7 @@ DEPEND=" X? ( media-libs/libsdl )" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" +S=${WORKDIR}/${PN}-${MY_PV} src_prepare() { # Change some destination directories that cannot be adjusted via configure |