Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dbase/
Date: Mon, 22 Nov 2021 19:57:55
Message-Id: 1637611068.dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3.grknight@gentoo
1 commit: dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 19:33:46 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 19:57:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6bbe5a
7
8 dev-php/pecl-dbase: Update targets
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
16 index b288ecca45e0..12af13520d4a 100644
17 --- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
18 +++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
19 @@ -3,10 +3,7 @@
20
21 EAPI="7"
22
23 -USE_PHP="php7-2 php7-3 php7-4 php8-0"
24 -
25 -MY_PV="${PV/_rc/RC}"
26 -PHP_EXT_PECL_FILENAME="dbase-${MY_PV}.tgz"
27 +USE_PHP="php7-3 php7-4 php8-0 php8-1"
28
29 inherit php-ext-pecl-r3
30
31 @@ -19,6 +16,3 @@ IUSE=""
32
33 DEPEND=""
34 RDEPEND="${DEPEND}"
35 -
36 -S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
37 -PHP_EXT_S="${S}"