commit: 9da931e699af972059d1c9f72e4629561b832a37
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 03:04:52 2016 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 05:22:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da931e6
dev-php/libvirt-php: Update live build, bug #588218
Thanks to Michal Privoznik for the updated ebuild
Package-Manager: portage-2.2.28
dev-php/libvirt-php/libvirt-php-9999.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild
b/dev-php/libvirt-php/libvirt-php-9999.ebuild
index f599904..737b997 100644
--- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
PHP_EXT_NAME="libvirt-php"
PHP_EXT_SKIP_PHPIZE="yes"
-USE_PHP="php5-6 php5-5 php5-4"
+USE_PHP="php5-6 php5-5"
# Automake 1.14 is broken. Check this later
WANT_AUTOMAKE="1.13"
@@ -22,7 +22,8 @@ KEYWORDS=""
IUSE="doc"
RDEPEND="app-emulation/libvirt
- dev-libs/libxml2"
+ dev-libs/libxml2
+ dev-php/pecl-imagick"
DEPEND="${RDEPEND}
dev-libs/libxslt
doc? ( app-text/xhtml1 )"
@@ -53,7 +54,7 @@ src_install() {
for slot in $(php_get_slots); do
php_init_slot_env ${slot}
insinto "${EXT_DIR}"
- newins "src/${PHP_EXT_NAME}.so" "${PHP_EXT_NAME}.so"
+ newins "src/.libs/${PHP_EXT_NAME}.so" "${PHP_EXT_NAME}.so"
done
php-ext-source-r2_createinifiles
dodoc AUTHORS ChangeLog NEWS README