Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
Date: Sun, 28 Feb 2016 11:09:31
Message-Id: 1456657726.59c8ea7c0f819d6846778353202153ca8d771410.pacho@gentoo
1 commit: 59c8ea7c0f819d6846778353202153ca8d771410
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 10:57:54 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8ea7c
7
8 Fix src_prepare phase
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild
16 index fbc3fc2..797792c 100644
17 --- a/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild
18 +++ b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild
19 @@ -43,6 +43,11 @@ pkg_setup() {
20 use python && python-single-r1_pkg_setup
21 }
22
23 +src_prepare() {
24 + gnome2_src_prepare
25 + use vala && vala_src_prepare
26 +}
27 +
28 src_configure() {
29 gnome2_src_configure \
30 --disable-test-coverage \