diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-09-08 19:57:12 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-09-08 19:57:12 +0000 |
commit | 316d52875c408eba2b266a938fc29c24e2c01c1c (patch) | |
tree | de04e28a6cc6ee7d0c41ae3dbfdfcaa908d4a181 /media-gfx/yafray | |
parent | 2.1.1 final release. (diff) | |
download | gentoo-2-316d52875c408eba2b266a938fc29c24e2c01c1c.tar.gz gentoo-2-316d52875c408eba2b266a938fc29c24e2c01c1c.tar.bz2 gentoo-2-316d52875c408eba2b266a938fc29c24e2c01c1c.zip |
Added ~alpha keyword wrt Bug #96565. Added a '\' at the end of line 41 to fix a 'Trailing whitespace Syntax Error'.
(Portage version: 2.1-r2)
Diffstat (limited to 'media-gfx/yafray')
-rw-r--r-- | media-gfx/yafray/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/yafray/yafray-0.0.9.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/yafray/ChangeLog b/media-gfx/yafray/ChangeLog index 7d1485f8f94c..34214a8a1599 100644 --- a/media-gfx/yafray/ChangeLog +++ b/media-gfx/yafray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/yafray # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/ChangeLog,v 1.32 2006/07/20 18:25:40 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/ChangeLog,v 1.33 2006/09/08 19:57:12 tcort Exp $ + + 08 Sep 2006; Thomas Cort <tcort@gentoo.org> yafray-0.0.9.ebuild: + Added ~alpha keyword wrt Bug #96565. Added a '\' at the end of line 41 to + fix a 'Trailing whitespace Syntax Error'. 20 Jul 2006; Luca Barbato <lu_zero@gentoo.org> files/yafray-0.0.9-libdir.patch: diff --git a/media-gfx/yafray/yafray-0.0.9.ebuild b/media-gfx/yafray/yafray-0.0.9.ebuild index 3434982bd015..b9c9c05d4792 100644 --- a/media-gfx/yafray/yafray-0.0.9.ebuild +++ b/media-gfx/yafray/yafray-0.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.9.ebuild,v 1.1 2006/07/20 13:38:46 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.9.ebuild,v 1.2 2006/09/08 19:57:12 tcort Exp $ inherit eutils python multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.yafray.org/sec/2/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="openexr" RDEPEND="media-libs/jpeg @@ -38,7 +38,7 @@ src_compile() { use openexr && exr_path="/usr" scons ${MAKEOPTS} prefix="/usr" \ - libdir="/$(get_libdir)" + libdir="/$(get_libdir)" \ exr_path="$exr_path" || die } |