mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-php/pecl-parallel: make PATCHES an array
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
2cdb189688
commit
7334eb2ca2
@ -14,7 +14,7 @@ inherit php-ext-pecl-r3
|
||||
DESCRIPTION="A succint parallel concurrency API for PHP"
|
||||
SRC_URI="${SRC_URI} -> ${P}.tgz"
|
||||
|
||||
PATCHES="${FILESDIR}/pecl-parallel-1.2.6-php8.3.patch"
|
||||
PATCHES=( "${FILESDIR}/pecl-parallel-1.2.6-php8.3.patch" )
|
||||
|
||||
LICENSE="PHP-3.01"
|
||||
SLOT="8"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user