diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-26 02:58:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-26 02:58:00 +0000 |
commit | 90698609f081b208dcf66d8ec3b7a5c419fda515 (patch) | |
tree | 710be65ead5f4d19847ab79d05bed8c0cee310e9 /dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild | |
parent | Automake 1.13 fix (diff) | |
download | gentoo-2-90698609f081b208dcf66d8ec3b7a5c419fda515.tar.gz gentoo-2-90698609f081b208dcf66d8ec3b7a5c419fda515.tar.bz2 gentoo-2-90698609f081b208dcf66d8ec3b7a5c419fda515.zip |
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild')
-rw-r--r-- | dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild b/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild index 1416e59c3239..283bdc8a8276 100644 --- a/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild +++ b/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild,v 1.10 2012/08/13 09:29:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild,v 1.11 2013/04/26 02:58:00 patrick Exp $ EAPI="2" G_PY_PN="gnome-python-extras" @@ -31,6 +31,7 @@ EXAMPLES="examples/gtkspell/*" src_prepare() { epatch "${FILESDIR}/${P}-python-libs.patch" #344231 + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die eautoreconf gnome-python-common_src_prepare } |