diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-03 13:50:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-03 13:50:40 +0000 |
commit | 69a956e6f25854e5299fb2ecf70ec74a37bd810f (patch) | |
tree | 008fdde3d372f3e7100615b9f23ff3fd0cdad831 /dev-python/gst-python/gst-python-0.10.22-r1.ebuild | |
parent | Add myself as maintainer. (diff) | |
download | gentoo-2-69a956e6f25854e5299fb2ecf70ec74a37bd810f.tar.gz gentoo-2-69a956e6f25854e5299fb2ecf70ec74a37bd810f.tar.bz2 gentoo-2-69a956e6f25854e5299fb2ecf70ec74a37bd810f.zip |
dev-python/gst-python: Fix obsolete macros to work with automake-1.13, #468438
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/gst-python/gst-python-0.10.22-r1.ebuild')
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.22-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/gst-python/gst-python-0.10.22-r1.ebuild b/dev-python/gst-python/gst-python-0.10.22-r1.ebuild index 86995c33ac69..fbab71ccf132 100644 --- a/dev-python/gst-python/gst-python-0.10.22-r1.ebuild +++ b/dev-python/gst-python/gst-python-0.10.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.22-r1.ebuild,v 1.1 2013/01/20 22:49:20 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.22-r1.ebuild,v 1.2 2013/05/03 13:50:40 jlec Exp $ EAPI="5" @@ -41,6 +41,10 @@ src_prepare() { sed -e 's/\(SUBDIRS = .*\)examples/\1/' \ -i Makefile.am Makefile.in || die + sed \ + -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \ + -i configure.ac || die + epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch AT_M4DIR="common/m4" eautoreconf |