diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-13 11:08:30 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-13 12:18:42 +0100 |
commit | 91795236e319e3f67bb76a4aa689ca2ab4024844 (patch) | |
tree | 7b28ea9b0bb5a7218dc0813992733afa74c683d0 /net-libs/telepathy-glib | |
parent | gnome-extra/mousetweaks: fix missing dependency on gtk[X] (diff) | |
download | gentoo-91795236e319e3f67bb76a4aa689ca2ab4024844.tar.gz gentoo-91795236e319e3f67bb76a4aa689ca2ab4024844.tar.bz2 gentoo-91795236e319e3f67bb76a4aa689ca2ab4024844.zip |
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
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 a997c46fbe25..f25a9d31f366 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 \ |