commit: 96850fe35653b5015108cbc0cd1981473d849df2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:19:33 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:19:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96850fe3
dev-php/swoole: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-php/swoole/swoole-4.2.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/swoole/swoole-4.2.13.ebuild
b/dev-php/swoole/swoole-4.2.13.ebuild
index 3d197c66427..04aa2e40c37 100644
--- a/dev-php/swoole/swoole-4.2.13.ebuild
+++ b/dev-php/swoole/swoole-4.2.13.ebuild
@@ -44,7 +44,7 @@ IUSE="debug http2 libressl mysql sockets ssl"
src_configure() {
# PostgreSQL disabled due to Gentoo's slot system
- # JEMalloc not included as it refuses to find a
${EROOT}usr/includes/jemalloc subdirectory
+ # JEMalloc not included as it refuses to find a
${EROOT}/usr/includes/jemalloc subdirectory
local PHP_EXT_ECONF_ARGS=(
--enable-swoole
--disable-coroutine-postgresql
@@ -52,7 +52,7 @@ src_configure() {
$(use_enable http2)
$(use_enable mysql mysqlnd)
$(use_enable ssl openssl)
- $(use_with ssl openssl-dir "${EROOT%/}/usr")
+ $(use_with ssl openssl-dir "${EROOT}/usr")
$(use_enable sockets)
)