Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-parallel/
Date: Sun, 16 May 2021 09:31:00
Message-Id: 1621157400.7128725783b9e8ecfbe3dfbcce57c5c1c49d632a.juippis@gentoo
1 commit: 7128725783b9e8ecfbe3dfbcce57c5c1c49d632a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 09:30:00 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 09:30:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71287257
7
8 Revert "dev-php/pecl-parallel: update SRC_URI"
9
10 This reverts commit c5f4efa8338aed1ff81259e882f0920c62434f43.
11
12 Closes: https://bugs.gentoo.org/789393
13 Closes: https://github.com/gentoo/gentoo/pull/20815
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild b/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
20 index b98c81bf013..5d0e7fc04b4 100644
21 --- a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
22 +++ b/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
23 @@ -11,7 +11,7 @@ USE_PHP="php7-3 php7-4"
24
25 inherit php-ext-pecl-r3
26
27 -SRC_URI="https://pecl.php.net/get/pecl-${PHP_EXT_NAME}-${PV/_/}.tgz"
28 +SRC_URI="${SRC_URI} -> ${P}.tgz"
29
30 KEYWORDS="~amd64 ~x86"