diff options
Diffstat (limited to 'dev-php/scrypt/scrypt-2.0.0.ebuild')
-rw-r--r-- | dev-php/scrypt/scrypt-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/scrypt/scrypt-2.0.0.ebuild b/dev-php/scrypt/scrypt-2.0.0.ebuild index 3fc681c01f83..49ae1df6dc8a 100644 --- a/dev-php/scrypt/scrypt-2.0.0.ebuild +++ b/dev-php/scrypt/scrypt-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PHP_EXT_ECONF_ARGS="--enable-scrypt" -USE_PHP="php7-4 php8-0 php8-1 php8-2" +USE_PHP="php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 |