From 316d52875c408eba2b266a938fc29c24e2c01c1c Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Fri, 8 Sep 2006 19:57:12 +0000 Subject: 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) --- media-gfx/yafray/ChangeLog | 6 +++++- media-gfx/yafray/yafray-0.0.9.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'media-gfx/yafray') 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 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 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 } -- cgit v1.2.3-65-gdbad