dev-php/pecl-uuid: Adjust targets

Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
Brian Evans
2022-03-18 12:53:01 -04:00
parent 21595fc6ce
commit bfc45d8c02

View File

@@ -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