diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-30 13:21:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-30 13:21:27 +0000 |
commit | 68383ab3162d2df0b42de0135aadf2b7182dea28 (patch) | |
tree | 3694de595891653f99cecbab3ad0f65c3996aada | |
parent | Mask ktvschedule for removal. (diff) | |
download | gentoo-2-68383ab3162d2df0b42de0135aadf2b7182dea28.tar.gz gentoo-2-68383ab3162d2df0b42de0135aadf2b7182dea28.tar.bz2 gentoo-2-68383ab3162d2df0b42de0135aadf2b7182dea28.zip |
Fix building with =libtool-1* wrt #279670.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | media-sound/dvda-author/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/dvda-author/dvda-author-09.05.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/dvda-author/ChangeLog b/media-sound/dvda-author/ChangeLog index ed9e224376a3..eab41cbef0ed 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.3 2009/07/23 23:06:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v 1.4 2009/07/30 13:21:27 ssuominen Exp $ + + 30 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> + dvda-author-09.05.ebuild: + Fix building with =libtool-1* wrt #279670. *dvda-author-09.05 (23 Jul 2009) diff --git a/media-sound/dvda-author/dvda-author-09.05.ebuild b/media-sound/dvda-author/dvda-author-09.05.ebuild index cc026febbcc7..0f586b6ed9ad 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.2 2009/07/23 23:11:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild,v 1.3 2009/07/30 13:21:27 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-sandbox.patch + rm -f m4/{libtool,lt*}.m4 || die "libtool patch failed" AT_NO_RECURSIVE="yes" eautoreconf } |