diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-28 11:57:54 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-28 12:08:46 +0100 |
commit | 59c8ea7c0f819d6846778353202153ca8d771410 (patch) | |
tree | 554340c0faedc113f78fd315906986a5f9ff88af /app-emulation/libvirt-glib | |
parent | app-emulation/libvirt-glib: Revert previous bump as this was broken due to no... (diff) | |
download | gentoo-59c8ea7c0f819d6846778353202153ca8d771410.tar.gz gentoo-59c8ea7c0f819d6846778353202153ca8d771410.tar.bz2 gentoo-59c8ea7c0f819d6846778353202153ca8d771410.zip |
Fix src_prepare phase
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild index fbc3fc2814d5..797792c712c3 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild @@ -43,6 +43,11 @@ pkg_setup() { use python && python-single-r1_pkg_setup } +src_prepare() { + gnome2_src_prepare + use vala && vala_src_prepare +} + src_configure() { gnome2_src_configure \ --disable-test-coverage \ |