diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:33 +0000 |
commit | b8f5f4e8b5142c85d5af3c3dd158efd7b599f24a (patch) | |
tree | ea40d6c00a48d73bddaee92085c906afbc88bf1a /dev-php | |
parent | dev-php/pecl-stomp: cleanup php8-0 (diff) | |
download | gentoo-b8f5f4e8b5142c85d5af3c3dd158efd7b599f24a.tar.gz gentoo-b8f5f4e8b5142c85d5af3c3dd158efd7b599f24a.tar.bz2 gentoo-b8f5f4e8b5142c85d5af3c3dd158efd7b599f24a.zip |
dev-php/pecl-timezonedb: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild index 68fc648daff7..fefd7d0232d3 100644 --- a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ PHP_EXT_NAME="timezonedb" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3 |