diff options
author | Brian Evans <grknight@gentoo.org> | 2017-05-19 15:23:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-05-19 15:25:29 -0400 |
commit | 50c61ac163ed68b2781a8989a2f2f2b41c882efa (patch) | |
tree | 06941610bf94309319b7f4ddac5eceaa1b99ccd7 /dev-php | |
parent | dev-php/pecl-memcache: Fix bug 618920; undefined references without -std=gnu89 (diff) | |
download | gentoo-50c61ac163ed68b2781a8989a2f2f2b41c882efa.tar.gz gentoo-50c61ac163ed68b2781a8989a2f2f2b41c882efa.tar.bz2 gentoo-50c61ac163ed68b2781a8989a2f2f2b41c882efa.zip |
dev-php/pecl-memcache: Fast stable all arches
All arches need immediate stable as this extension built with gcc 5.4+
will crash any server that makes a call to it
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-memcache/pecl-memcache-3.0.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-memcache/pecl-memcache-3.0.8-r2.ebuild b/dev-php/pecl-memcache/pecl-memcache-3.0.8-r2.ebuild index 1559d86be03d..e35e5048a992 100644 --- a/dev-php/pecl-memcache/pecl-memcache-3.0.8-r2.ebuild +++ b/dev-php/pecl-memcache/pecl-memcache-3.0.8-r2.ebuild @@ -11,7 +11,7 @@ USE_PHP="php5-6" inherit php-ext-pecl-r3 flag-o-matic -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="amd64 hppa ppc64 x86" DESCRIPTION="PHP extension for using memcached" LICENSE="PHP-3" |