diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-12 20:35:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-12 20:35:54 -0400 |
commit | 5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077 (patch) | |
tree | 676c26281f20075dd15c8f626f4c9ad4c9f84b68 | |
parent | media-video/libva-utils: arm64 stable (bug #684108) (diff) | |
download | gentoo-5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077.tar.gz gentoo-5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077.tar.bz2 gentoo-5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077.zip |
dev-php/pecl-apcu: arm64 keyworded (bug #691990)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild index 9f7340d3f2ae..42b9c3615bf7 100644 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild @@ -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 @@ -14,7 +14,7 @@ inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild index 7a61f40da796..7da2fb1c7123 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild @@ -17,7 +17,7 @@ inherit php-ext-pecl-r3 # However, we only really build for 7.x; so redefine it here USE_PHP="php7-0 php7-1 php7-2 php7-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" |