diff options
Diffstat (limited to 'dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild')
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild index 6b54a06ea87f..cdb216878689 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild @@ -51,7 +51,7 @@ src_test() { [[ ${EUID} == 0 ]] && memcached_opts+=( -u portage ) memcached "${memcached_opts[@]}" || die "Can't start memcached test server" -# make test fails to pull in igbinary.so, so we run it ourselves with the correct setting strings + # make test fails to pull in igbinary.so, so we run it ourselves with the correct setting strings local slot for slot in $(php_get_slots); do php_init_slot_env "${slot}" |