diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-07 14:33:55 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-07 16:07:56 +0200 |
commit | ae61104adc6fb7b254ae27ede6ca31e99e47b2d5 (patch) | |
tree | 95aa1bf1c67b737443390c5dc673b96d63f79ce1 /dev-php/libvirt-php | |
parent | dev-php/pecl-timezonedb: bump to v2019.1 (diff) | |
download | gentoo-ae61104adc6fb7b254ae27ede6ca31e99e47b2d5.tar.gz gentoo-ae61104adc6fb7b254ae27ede6ca31e99e47b2d5.tar.bz2 gentoo-ae61104adc6fb7b254ae27ede6ca31e99e47b2d5.zip |
dev-php/libvirt-php: add PHP 7.3 support
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/libvirt-php')
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-0.5.4.ebuild | 6 | ||||
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild index 12877cef46ef..70b89e90a22c 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php5-6 php7-0 php7-1 php7-2" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 862fc523ecbb..066640b361aa 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php5-6 php7-0 php7-1 php7-2" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 git-r3 autotools |