diff options
Diffstat (limited to 'dev-php/pecl-mailparse')
-rw-r--r-- | dev-php/pecl-mailparse/pecl-mailparse-3.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.3.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.1.3.ebuild index c482283566e7..e5efcd368a9e 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.3.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PHP_EXT_NAME="mailparse" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_ECONF_ARGS="" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" PHP_EXT_NEEDED_USE="unicode(-)" DOCS=( README.md ) |