commit: dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 19:33:46 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 19:57:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6bbe5a
dev-php/pecl-dbase: Update targets
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 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 b288ecca45e0..12af13520d4a 100644
--- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
+++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
@@ -3,10 +3,7 @@
EAPI="7"
-USE_PHP="php7-2 php7-3 php7-4 php8-0"
-
-MY_PV="${PV/_rc/RC}"
-PHP_EXT_PECL_FILENAME="dbase-${MY_PV}.tgz"
+USE_PHP="php7-3 php7-4 php8-0 php8-1"
inherit php-ext-pecl-r3
@@ -19,6 +16,3 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
-PHP_EXT_S="${S}"