dev-php/pecl-memcached: Drop unused examples IUSE
authorBrian Evans <grknight@gentoo.org>
Tue, 11 Feb 2020 18:12:49 +0000 (13:12 -0500)
committerBrian Evans <grknight@gentoo.org>
Tue, 11 Feb 2020 18:15:28 +0000 (13:15 -0500)
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>
dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild
dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild

index 7be1e62cbff5b5c4173e9be0ea6522c71a8aa4a4..413bcd4c71546451f4c0659a3d449ea23e3339a3 100644 (file)
@@ -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?]
index 186395c51c6dc8e044c32e54fe60e1269041f7b1..b96743374b3cbeb96480d6d67cdd2048264916a2 100644 (file)
@@ -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 )"