commit: 91795236e319e3f67bb76a4aa689ca2ab4024844
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:08:30 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:18:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91795236
net-libs/telepathy-glib: fix missing src_prepare local definition
gnome2 and vala eclass are redefining src_prepare, local src_prepare must be
defined.
Gentoo-Bug: 586518
Package-Manager: portage-2.3.2
net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
index a997c46..f25a9d3 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -45,6 +45,11 @@ PDEPEND="
net-im/telepathy-mission-control
"
+src_prepare() {
+ use vala && vala_src_prepare
+ gnome2_src_prepare
+}
+
src_configure() {
gnome2_src_configure \
--disable-static \