diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-24 16:56:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-24 16:56:45 +0100 |
commit | 0b228bc39506045820443fb354628f3524a40b96 (patch) | |
tree | b56b714dc1fc9ecea85c0d5e1a8ec0f4a7c55c4b /dev-php/pecl-apcu | |
parent | dev-lang/php: amd64 stable wrt bug #706168 (diff) | |
download | gentoo-0b228bc39506045820443fb354628f3524a40b96.tar.gz gentoo-0b228bc39506045820443fb354628f3524a40b96.tar.bz2 gentoo-0b228bc39506045820443fb354628f3524a40b96.zip |
dev-php/pecl-apcu: amd64 stable wrt bug #706180
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php/pecl-apcu')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.18.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.18.ebuild index 19f8e009175b..97d7ace42391 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.18.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ USE_PHP="php7-1 php7-2 php7-3 php7-4" 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" |