diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-17 12:00:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-17 12:00:22 +0000 |
commit | 8d567df517af47230796a4b7e9639782bb4aacbd (patch) | |
tree | 070c77c09136003629cc66bc1ef716be2e141413 /media-sound/dvda-author | |
parent | Keyword -x86-fbsd until bug #281746 is fixed (diff) | |
download | gentoo-2-8d567df517af47230796a4b7e9639782bb4aacbd.tar.gz gentoo-2-8d567df517af47230796a4b7e9639782bb4aacbd.tar.bz2 gentoo-2-8d567df517af47230796a4b7e9639782bb4aacbd.zip |
Remove AT_NO_RECURSIVE wrt #279670.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/dvda-author')
-rw-r--r-- | media-sound/dvda-author/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/dvda-author/dvda-author-09.05.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/dvda-author/ChangeLog b/media-sound/dvda-author/ChangeLog index 8219724a3c0f..2cdf8cdc7e0c 100644 --- a/media-sound/dvda-author/ChangeLog +++ b/media-sound/dvda-author/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/dvda-author # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v 1.5 2009/08/08 13:18:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v 1.6 2009/08/17 12:00:22 ssuominen Exp $ + + 17 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + dvda-author-09.05.ebuild: + Remove AT_NO_RECURSIVE wrt #279670. 08 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> dvda-author-09.05.ebuild: diff --git a/media-sound/dvda-author/dvda-author-09.05.ebuild b/media-sound/dvda-author/dvda-author-09.05.ebuild index e5b4e0c42168..da03237abf92 100644 --- a/media-sound/dvda-author/dvda-author-09.05.ebuild +++ b/media-sound/dvda-author/dvda-author-09.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild,v 1.4 2009/08/08 13:18:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild,v 1.5 2009/08/17 12:00:22 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-sandbox.patch - AT_NO_RECURSIVE="yes" eautoreconf + eautoreconf } src_configure() { |