diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-11 11:26:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-11 11:26:10 -0400 |
commit | 5cb05cf0ab8b96c744c8ec59983a9d9b42560c97 (patch) | |
tree | ae03a10230cdfc82b9558fbe4addb80bd137c314 /dev-php/libvirt-php | |
parent | dev-php/pecl-mongo: Drop old (diff) | |
download | gentoo-5cb05cf0ab8b96c744c8ec59983a9d9b42560c97.tar.gz gentoo-5cb05cf0ab8b96c744c8ec59983a9d9b42560c97.tar.bz2 gentoo-5cb05cf0ab8b96c744c8ec59983a9d9b42560c97.zip |
dev-php/libvirt-php: Drop php5-5 from 0.5.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php/libvirt-php')
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild index 0a94842eb53a..bc4fa0c889b2 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php5-6 php5-5" +USE_PHP="php5-6" inherit php-ext-source-r2 eutils |