diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:22:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:22:18 +0000 |
commit | f703f4ccca156cabfe063c49e521970c426bc73c (patch) | |
tree | 9db4fbaf26b4643876977f33c5e91c6cb837b0fd /media-libs/libiec61883 | |
parent | Fix broken autotools handling. (diff) | |
download | gentoo-2-f703f4ccca156cabfe063c49e521970c426bc73c.tar.gz gentoo-2-f703f4ccca156cabfe063c49e521970c426bc73c.tar.bz2 gentoo-2-f703f4ccca156cabfe063c49e521970c426bc73c.zip |
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-libs/libiec61883')
-rw-r--r-- | media-libs/libiec61883/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libiec61883/libiec61883-1.1.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-libs/libiec61883/ChangeLog b/media-libs/libiec61883/ChangeLog index 9378c9ad4b0f..590f2a0f3afa 100644 --- a/media-libs/libiec61883/ChangeLog +++ b/media-libs/libiec61883/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libiec61883 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/ChangeLog,v 1.16 2006/11/09 09:29:22 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/ChangeLog,v 1.17 2007/01/04 15:22:18 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + libiec61883-1.1.0.ebuild: + Fix broken autotools handling. 09 Nov 2006; Matthias Schwarzott <zzam@gentoo.org> libiec61883-1.0.0-r1.ebuild, libiec61883-1.1.0.ebuild: diff --git a/media-libs/libiec61883/libiec61883-1.1.0.ebuild b/media-libs/libiec61883/libiec61883-1.1.0.ebuild index 7be67b0b01e2..294c4534ed36 100644 --- a/media-libs/libiec61883/libiec61883-1.1.0.ebuild +++ b/media-libs/libiec61883/libiec61883-1.1.0.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-libs/libiec61883/libiec61883-1.1.0.ebuild,v 1.4 2006/11/09 09:29:22 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/libiec61883-1.1.0.ebuild,v 1.5 2007/01/04 15:22:18 flameeyes Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -24,15 +24,15 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} - libtoolize --copy --force if use examples then sed -i -e "s:noinst_PROGRAMS.*:noinst_PROGRAMS = :g" \ -e "s:in_PROGRAMS.*:in_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs:g" \ examples/Makefile.am || die "noinst patching failed" - eautoreconf fi + + eautoreconf } src_install () { |