diff options
author | 2024-11-11 12:59:58 +0000 | |
---|---|---|
committer | 2024-11-11 12:59:58 +0000 | |
commit | 6ca95b1dd5e8034bd59fd84a3f897ad38a4af70f (patch) | |
tree | 72f4048285ef79bbf7b8441e98cd9f789168c059 /dev-php | |
parent | dev-python/jellyfish: fix pkg_setup (diff) | |
download | gentoo-6ca95b1dd5e8034bd59fd84a3f897ad38a4af70f.tar.gz gentoo-6ca95b1dd5e8034bd59fd84a3f897ad38a4af70f.tar.bz2 gentoo-6ca95b1dd5e8034bd59fd84a3f897ad38a4af70f.zip |
dev-php/pecl-memcached: Stabilize 3.3.0 x86, #943232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild index cdb216878689..83fe66d65429 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 DESCRIPTION="Interface PHP with memcached via libmemcached library" LICENSE="PHP-3.01" SLOT="7" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="igbinary json sasl +session test" REQUIRED_USE="test? ( igbinary )" |