summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/yafray/yafray-0.0.9.ebuild')
-rw-r--r--media-gfx/yafray/yafray-0.0.9.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/yafray/yafray-0.0.9.ebuild b/media-gfx/yafray/yafray-0.0.9.ebuild
index b9c9c05d4792..1019df4924d8 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
+# Copyright 1999-2007 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.2 2006/09/08 19:57:12 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.9.ebuild,v 1.3 2007/01/04 15:08:36 flameeyes Exp $
inherit eutils python multilib
@@ -20,8 +20,6 @@ DEPEND="${RDEPEND}
>=sys-apps/sed-4
dev-util/scons"
-export WANT_AUTOMAKE="1.7"
-
S="${WORKDIR}/${PN}"
src_unpack() {
@@ -46,6 +44,6 @@ src_install() {
scons prefix="/usr" destdir="${D}" libdir="/$(get_libdir)" install || die
find ${D} -name .sconsign -exec rm \{\} \;
- dodoc AUTHORS || die "dodoc failed"
+ dodoc AUTHORS || die "dodoc failed"
dohtml doc/doc.html || die "dohtml failed"
}