diff options
author | 2013-05-20 11:12:14 +0000 | |
---|---|---|
committer | 2013-05-20 11:12:14 +0000 | |
commit | 6dfa4af4cde780ca6ffd08e888127d1ed1507aa5 (patch) | |
tree | 4000e725ea92108d924420700179fd0066a07e8d /app-office/planner/planner-0.14.6.ebuild | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-6dfa4af4cde780ca6ffd08e888127d1ed1507aa5.tar.gz gentoo-2-6dfa4af4cde780ca6ffd08e888127d1ed1507aa5.tar.bz2 gentoo-2-6dfa4af4cde780ca6ffd08e888127d1ed1507aa5.zip |
Add a snapshot compatible with evolution-3.6, bug #448902. Fix compatibility with automake-1.13, bug #467596.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-office/planner/planner-0.14.6.ebuild')
-rw-r--r-- | app-office/planner/planner-0.14.6.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-office/planner/planner-0.14.6.ebuild b/app-office/planner/planner-0.14.6.ebuild index 72a86898c70e..7348a99d6582 100644 --- a/app-office/planner/planner-0.14.6.ebuild +++ b/app-office/planner/planner-0.14.6.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/app-office/planner/planner-0.14.6.ebuild,v 1.6 2012/07/15 16:26:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6.ebuild,v 1.7 2013/05/20 11:12:14 eva Exp $ EAPI="4" GCONF_DEBUG="no" @@ -60,6 +60,10 @@ src_prepare() { # Find python in a faster way, bug #344231, upstream bug #654044 epatch "${FILESDIR}/${PN}-0.14.6-find-python.patch" + + sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' \ + -i configure.in || die + intltoolize --force --copy --automake || die "intltoolize failed" eautoreconf gnome2_src_prepare |