diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-11-09 20:49:22 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-11-09 20:49:22 -0500 |
commit | 9e0330c53ac842413a6336e0f8410a437122984c (patch) | |
tree | 3d849f7837e31af88c9ca0cd8c65e54e66d4d9a8 /dev-php | |
parent | dev-php/libvirt-php: drop 0.5.6, 0.5.7 (diff) | |
download | gentoo-9e0330c53ac842413a6336e0f8410a437122984c.tar.gz gentoo-9e0330c53ac842413a6336e0f8410a437122984c.tar.bz2 gentoo-9e0330c53ac842413a6336e0f8410a437122984c.zip |
dev-php/libvirt-php: fix USE_PHP in -9999 ebuild
Presumably this supports newer versions of PHP if the latest non-live
ebuild does.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 9cec6800a2c7..85607452a8ab 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php8-1" +USE_PHP="php8-1 php8-2 php8-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 git-r3 autotools |