diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-18 12:53:01 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-18 12:53:26 -0400 |
commit | bfc45d8c021020ebed87d07b46f828e32c6ea370 (patch) | |
tree | 561bcf1bcc637ada6a9b91183a98b56008b93a8a /dev-php | |
parent | dev-php/xdebug: Drop old (diff) | |
download | gentoo-bfc45d8c021020ebed87d07b46f828e32c6ea370.tar.gz gentoo-bfc45d8c021020ebed87d07b46f828e32c6ea370.tar.bz2 gentoo-bfc45d8c021020ebed87d07b46f828e32c6ea370.zip |
dev-php/pecl-uuid: Adjust targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild index 65d0a5fb0ec5..d4c12dad5ad6 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PHP_EXT_NAME="uuid" PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS=( CREDITS ) -USE_PHP="php7-2 php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 |