diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-26 02:58:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-26 02:58:15 +0000 |
commit | 27ace8bef56ae7f2e55449e40673b36b2fc0438d (patch) | |
tree | b6e7bd0bd951387d2ed9be676b893bac89b96919 /dev-python/gtkspell-python/gtkspell-python-2.25.3.ebuild | |
parent | Automake 1.13 fix (diff) | |
download | historical-27ace8bef56ae7f2e55449e40673b36b2fc0438d.tar.gz historical-27ace8bef56ae7f2e55449e40673b36b2fc0438d.tar.bz2 historical-27ace8bef56ae7f2e55449e40673b36b2fc0438d.zip |
Automake 1.13 fix
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64
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 } |