summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2008-05-29 01:40:07 +0000
committerJoe Peterson <lavajoe@gentoo.org>2008-05-29 01:40:07 +0000
commitc6404ced24228a6e4b1113a19aaa91916a78f1ed (patch)
treeb477b2ec2d97fba21dbe4a9c7fc75082b9e22252 /media-gfx
parentBump to 2.22.2 (diff)
downloadgentoo-2-c6404ced24228a6e4b1113a19aaa91916a78f1ed.tar.gz
gentoo-2-c6404ced24228a6e4b1113a19aaa91916a78f1ed.tar.bz2
gentoo-2-c6404ced24228a6e4b1113a19aaa91916a78f1ed.zip
Use eautoreconf with AT_NO_RECURSIVE set
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/povray/ChangeLog5
-rw-r--r--media-gfx/povray/povray-3.6.1-r3.ebuild8
2 files changed, 6 insertions, 7 deletions
diff --git a/media-gfx/povray/ChangeLog b/media-gfx/povray/ChangeLog
index ed9804f61173..aa7ce550e16f 100644
--- a/media-gfx/povray/ChangeLog
+++ b/media-gfx/povray/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/povray
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.74 2008/05/28 21:52:46 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.75 2008/05/29 01:40:07 lavajoe Exp $
+
+ 29 May 2008; Joe Peterson <lavajoe@gentoo.org> povray-3.6.1-r3.ebuild:
+ Use eautoreconf with AT_NO_RECURSIVE set
*povray-3.6.1-r3 (28 May 2008)
diff --git a/media-gfx/povray/povray-3.6.1-r3.ebuild b/media-gfx/povray/povray-3.6.1-r3.ebuild
index 146cdae4148c..fd201da9f6a6 100644
--- a/media-gfx/povray/povray-3.6.1-r3.ebuild
+++ b/media-gfx/povray/povray-3.6.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r3.ebuild,v 1.1 2008/05/28 21:52:46 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r3.ebuild,v 1.2 2008/05/29 01:40:07 lavajoe Exp $
inherit flag-o-matic eutils autotools
@@ -39,11 +39,7 @@ src_unpack() {
sed -i -e 's:^ -DPOVCONFDIR=.*: -DPOVCONFDIR=\\"@sysconfdir@/'"${PN}"'\\" \\:' Makefile.am
cd ..
- # Use of "automake" below will cause a QA warning,
- # but eautoreconf does not work for this source.
- eaclocal
- eautoconf
- automake
+ AT_NO_RECURSIVE="yes" eautoreconf
}
src_compile() {