diff options
author | Brian Evans <grknight@gentoo.org> | 2020-02-11 13:12:49 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-02-11 13:15:28 -0500 |
commit | fa7fb7e898fa9f5a366b36ce60264ecf08d03130 (patch) | |
tree | 369eff78e2b9bdb0b91cba659312cb3a764a570f /dev-php/pecl-memcached | |
parent | app-emulation/cloud-init: 19.4 bump (diff) | |
download | gentoo-fa7fb7e898fa9f5a366b36ce60264ecf08d03130.tar.gz gentoo-fa7fb7e898fa9f5a366b36ce60264ecf08d03130.tar.bz2 gentoo-fa7fb7e898fa9f5a366b36ce60264ecf08d03130.zip |
dev-php/pecl-memcached: Drop unused examples IUSE
This caused an error in the latest version which tried to install a
non-existant examples directory as documentation via the eclass.
Closes: https://bugs.gentoo.org/709302
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-memcached')
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild index 7be1e62cbff5..413bcd4c7154 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ DESCRIPTION="Interface PHP with memcached via libmemcached library" LICENSE="PHP-3" SLOT="7" KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="examples igbinary json sasl +session test" +IUSE="igbinary json sasl +session test" RESTRICT="!test? ( test )" COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?] diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild index 186395c51c6d..b96743374b3c 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Interface PHP with memcached via libmemcached library" LICENSE="PHP-3.01" SLOT="7" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="examples igbinary json sasl +session test" +IUSE="igbinary json sasl +session test" RESTRICT="!test? ( test )" |