commit: 51a2bea30c58252394163bbf937a429557bd182d Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Dec 8 21:12:48 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Dec 8 21:40:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a2bea3
dev-php/pecl-mailparse: Drop 7-1 target; add 8-0 target Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild index cb73196e10c..68fd925dfe8 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild @@ -8,7 +8,7 @@ PHP_EXT_NAME="mailparse" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_ECONF_ARGS="" -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4 php8-0" PHP_EXT_NEEDED_USE="unicode" DOCS=( README.md ) @@ -20,9 +20,3 @@ DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME complian LICENSE="PHP-3.01" SLOT="7" IUSE="" - -src_prepare() { - # Missing test source files in archive. Fixed upstream in next release. - rm tests/011.phpt tests/bug001.phpt || die - php-ext-source-r3_src_prepare -}