commit: 425e4e9f9cbc5444ea39c9d619b9e9550bcfb293 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 08:49:09 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 09:17:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425e4e9f
dev-vcs/giggle: Add forgotten eautoreconf call, update ebuild meantime too. Package-Manager: portage-2.3.2 dev-vcs/giggle/giggle-0.7-r2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/giggle/giggle-0.7-r2.ebuild b/dev-vcs/giggle/giggle-0.7-r2.ebuild index 0a0bb54..cdbe6a2 100644 --- a/dev-vcs/giggle/giggle-0.7-r2.ebuild +++ b/dev-vcs/giggle/giggle-0.7-r2.ebuild @@ -2,11 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 GNOME2_LA_PUNT="yes" -inherit gnome2 eutils +inherit autotools gnome2 DESCRIPTION="GTK+ Frontend for GIT" HOMEPAGE="https://wiki.gnome.org/Apps/giggle" @@ -22,7 +21,7 @@ RDEPEND=" >=x11-libs/gtk+-3.3.12:3 >=x11-libs/gtksourceview-3.0:3.0 >=x11-libs/gdk-pixbuf-2.22.0 - eds? ( gnome-extra/evolution-data-server ) + eds? ( gnome-extra/evolution-data-server:= ) >=x11-libs/vte-0.28:2.91 " DEPEND="${RDEPEND} @@ -36,8 +35,9 @@ DEPEND="${RDEPEND} " src_prepare() { - epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch" - epatch "${FILESDIR}/${PN}-0.7-vte-2.91.patch" + eapply "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch" + eapply "${FILESDIR}/${PN}-0.7-vte-2.91.patch" + eautoreconf gnome2_src_prepare }
