commit: 7128725783b9e8ecfbe3dfbcce57c5c1c49d632a Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun May 16 09:30:00 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun May 16 09:30:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71287257
Revert "dev-php/pecl-parallel: update SRC_URI" This reverts commit c5f4efa8338aed1ff81259e882f0920c62434f43. Closes: https://bugs.gentoo.org/789393 Closes: https://github.com/gentoo/gentoo/pull/20815 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild b/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild index b98c81bf013..5d0e7fc04b4 100644 --- a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild +++ b/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild @@ -11,7 +11,7 @@ USE_PHP="php7-3 php7-4" inherit php-ext-pecl-r3 -SRC_URI="https://pecl.php.net/get/pecl-${PHP_EXT_NAME}-${PV/_/}.tgz" +SRC_URI="${SRC_URI} -> ${P}.tgz" KEYWORDS="~amd64 ~x86"
