diff options
author | 2019-08-12 20:35:54 -0400 | |
---|---|---|
committer | 2019-08-12 20:35:54 -0400 | |
commit | 5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077 (patch) | |
tree | 676c26281f20075dd15c8f626f4c9ad4c9f84b68 /dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | |
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
Diffstat (limited to 'dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |