Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/
Date: Tue, 11 Feb 2020 18:15:41
Message-Id: 1581444928.fa7fb7e898fa9f5a366b36ce60264ecf08d03130.grknight@gentoo
1 commit: fa7fb7e898fa9f5a366b36ce60264ecf08d03130
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:12:49 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 18:15:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7fb7e8
7
8 dev-php/pecl-memcached: Drop unused examples IUSE
9
10 This caused an error in the latest version which tried to install a
11 non-existant examples directory as documentation via the eclass.
12
13 Closes: https://bugs.gentoo.org/709302
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild | 4 ++--
17 dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild | 2 +-
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 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
21 index 7be1e62cbff..413bcd4c715 100644
22 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild
23 +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -13,7 +13,7 @@ DESCRIPTION="Interface PHP with memcached via libmemcached library"
31 LICENSE="PHP-3"
32 SLOT="7"
33 KEYWORDS="amd64 ~arm ~arm64 x86"
34 -IUSE="examples igbinary json sasl +session test"
35 +IUSE="igbinary json sasl +session test"
36 RESTRICT="!test? ( test )"
37
38 COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?]
39
40 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
41 index 186395c51c6..b96743374b3 100644
42 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
43 +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
44 @@ -12,7 +12,7 @@ DESCRIPTION="Interface PHP with memcached via libmemcached library"
45 LICENSE="PHP-3.01"
46 SLOT="7"
47 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
48 -IUSE="examples igbinary json sasl +session test"
49 +IUSE="igbinary json sasl +session test"
50
51 RESTRICT="!test? ( test )"