diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:09 +0000 |
commit | 5d5c7550ce2fafdef54ab7e7376039fb92fe704c (patch) | |
tree | 4dcf6fff61adcf35a85e417901a58f02a74b0585 /dev-php/pecl-dbase | |
parent | dev-php/pecl-apcu: cleanup php8-0 (diff) | |
download | gentoo-5d5c7550ce2fafdef54ab7e7376039fb92fe704c.tar.gz gentoo-5d5c7550ce2fafdef54ab7e7376039fb92fe704c.tar.bz2 gentoo-5d5c7550ce2fafdef54ab7e7376039fb92fe704c.zip |
dev-php/pecl-dbase: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/pecl-dbase')
-rw-r--r-- | dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild index 88c8685c4977..89239550f54f 100644 --- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild +++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3 |