diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-23 17:29:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-23 17:29:48 +0100 |
commit | 934963e7be160201eadc29f4a213fa6ac93d75d3 (patch) | |
tree | aee978d94acfc9ba2b4e4be79e708722bf51e75a /dev-php/pecl-apcu | |
parent | net-misc/curl: x86 stable wrt bug #610572 (diff) | |
download | gentoo-934963e7be160201eadc29f4a213fa6ac93d75d3.tar.gz gentoo-934963e7be160201eadc29f4a213fa6ac93d75d3.tar.bz2 gentoo-934963e7be160201eadc29f4a213fa6ac93d75d3.zip |
dev-php/pecl-apcu: x86 stable wrt bug #610402
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php/pecl-apcu')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | 2 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild | 2 |
2 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 2ad15d54b42f..48f448b25dfd 100644 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 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.8.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild index 9066691e93db..c3a705fb9a14 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.8.ebuild @@ -18,7 +18,7 @@ inherit php-ext-pecl-r3 # However, we only really build for 7.x; so redefine it here USE_PHP="php7-0 php7-1" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Stripped down version of APC supporting only user cache" LICENSE="PHP-3.01" |