Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/
Date: Wed, 28 Oct 2020 16:18:20
Message-Id: 1603901887.c08fb49ccfa5327ceb5e2292b5dffaa5232c9989.sam@gentoo
1 commit: c08fb49ccfa5327ceb5e2292b5dffaa5232c9989
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 16:12:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 16:18:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08fb49c
7
8 dev-php/pecl-memcached: Stabilize 3.1.5-r1 arm64, #751268
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index ff43f541463..4a9d64fba41 100644
17 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
18 +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild
19 @@ -11,7 +11,7 @@ inherit php-ext-pecl-r3
20 DESCRIPTION="Interface PHP with memcached via libmemcached library"
21 LICENSE="PHP-3.01"
22 SLOT="7"
23 -KEYWORDS="~amd64 ~arm ~arm64 x86"
24 +KEYWORDS="~amd64 ~arm arm64 x86"
25 IUSE="igbinary json sasl +session test"
26
27 RESTRICT="!test? ( test )"