summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-30 12:12:55 +0000
committerJustin Lecher <jlec@gentoo.org>2013-04-30 12:12:55 +0000
commit5d513c38f7ed9d65f3af21123092277121a3ec8a (patch)
tree380c80706672ed70bcecbdfd783f8c9f60094643 /app-misc/tomboy/tomboy-1.12.2.ebuild
parentx11-libs/libsexy: Fix deprecated use of AM_CONFIG_HEADER, #467028; move to au... (diff)
downloadgentoo-2-5d513c38f7ed9d65f3af21123092277121a3ec8a.tar.gz
gentoo-2-5d513c38f7ed9d65f3af21123092277121a3ec8a.tar.bz2
gentoo-2-5d513c38f7ed9d65f3af21123092277121a3ec8a.zip
app-misc/tomboy: Fix deprecated use of AM_CONFIG_HEADER
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-misc/tomboy/tomboy-1.12.2.ebuild')
-rw-r--r--app-misc/tomboy/tomboy-1.12.2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-misc/tomboy/tomboy-1.12.2.ebuild b/app-misc/tomboy/tomboy-1.12.2.ebuild
index 682d3e4854b8..d7e173940ff4 100644
--- a/app-misc/tomboy/tomboy-1.12.2.ebuild
+++ b/app-misc/tomboy/tomboy-1.12.2.ebuild
@@ -1,8 +1,9 @@
-# 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/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.1 2012/12/24 13:15:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.2 2013/04/30 12:12:55 jlec Exp $
EAPI="5"
+
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -44,6 +45,11 @@ src_prepare() {
# Force gmime-2.6 usage, upstream bug #686510
epatch "${FILESDIR}/${PN}-1.12.1-force-gmime26.patch"
+
+ sed \
+ -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \
+ -i configure.in || die
+
eautoreconf
gnome2_src_prepare
}