diff options
author | 2021-01-22 17:53:40 +0100 | |
---|---|---|
committer | 2021-01-22 17:53:40 +0100 | |
commit | 20d415bcf1b4151a18d80abe2927de76c4a59a0c (patch) | |
tree | 4fc500cdbd48c64d5c0605c7282956a47b406f9c /dev-php | |
parent | dev-python/pyyaml: amd64 stable wrt bug #766228 (diff) | |
download | gentoo-20d415bcf1b4151a18d80abe2927de76c4a59a0c.tar.gz gentoo-20d415bcf1b4151a18d80abe2927de76c4a59a0c.tar.bz2 gentoo-20d415bcf1b4151a18d80abe2927de76c4a59a0c.zip |
dev-php/pecl-apcu: amd64 stable wrt bug #766393
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild index 374c3077b81c..ee8c1e4d7cb5 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ USE_PHP="php7-2 php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" |