summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-03 14:23:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-03 14:23:59 +0000
commit71fdb85cace1284ec72dfc218329a44d4a771668 (patch)
treea7510c8e0cf23cbcff538c4fbb16409edbe64b6d /dev-python/pygtk
parentmedia-libs/libemf: Fix obsolete macros to work with automake-1.13, #468458 (diff)
downloadgentoo-2-71fdb85cace1284ec72dfc218329a44d4a771668.tar.gz
gentoo-2-71fdb85cace1284ec72dfc218329a44d4a771668.tar.bz2
gentoo-2-71fdb85cace1284ec72dfc218329a44d4a771668.zip
Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13 compability wrt #466968 by Alphat-PC
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-python/pygtk')
-rw-r--r--dev-python/pygtk/ChangeLog6
-rw-r--r--dev-python/pygtk/pygtk-2.24.0-r3.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog
index 1f6cbb5d5315..de55bb3bf2dc 100644
--- a/dev-python/pygtk/ChangeLog
+++ b/dev-python/pygtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.288 2013/04/10 20:21:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.289 2013/05/03 14:23:59 ssuominen Exp $
+
+ 03 May 2013; Samuli Suominen <ssuominen@gentoo.org> pygtk-2.24.0-r3.ebuild:
+ Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13
+ compability wrt #466968 by Alphat-PC
10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pygtk-2.24.0-r3.ebuild:
Stable for hppa, wrt bug #458984
diff --git a/dev-python/pygtk/pygtk-2.24.0-r3.ebuild b/dev-python/pygtk/pygtk-2.24.0-r3.ebuild
index a3eecf22fef9..2938a94ce88b 100644
--- a/dev-python/pygtk/pygtk-2.24.0-r3.ebuild
+++ b/dev-python/pygtk/pygtk-2.24.0-r3.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/pygtk/pygtk-2.24.0-r3.ebuild,v 1.11 2013/04/10 20:21:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r3.ebuild,v 1.12 2013/05/03 14:23:59 ssuominen Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -43,6 +43,8 @@ src_prepare() {
sed -e 's/\(SUBDIRS = .* \)examples/\1/' \
-i Makefile.am Makefile.in || die
+ sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466968
+
AT_M4DIR="m4" eautoreconf
prepare_pygtk() {