dev-php/pecl-memcached: Add ~arm keyword wrt bug #691986

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2019-11-03 16:58:45 +03:00
parent 963fc6aa8f
commit cc3d2d495f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ inherit php-ext-pecl-r3
USE_PHP="php5-6"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~arm x86"
DESCRIPTION="Interface PHP with memcached via libmemcached library"
LICENSE="PHP-3"

View File

@@ -12,7 +12,7 @@ USE_PHP="php7-1 php7-2 php7-3" # But only truly build for these three.
DESCRIPTION="Interface PHP with memcached via libmemcached library"
LICENSE="PHP-3"
SLOT="7"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~arm x86"
IUSE="examples igbinary json sasl +session test"
COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?]