diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-13 11:10:19 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-13 11:10:19 +0000 |
commit | 0d46a8b3d7e035d77409adc87f50abb5ac01e8b3 (patch) | |
tree | 58f938100c63e3e6d7392f72c306ac7b5908ed26 | |
parent | sys-boot/shim: Stabilize 15.8 arm64, #941219 (diff) | |
download | gentoo-0d46a8b3d7e035d77409adc87f50abb5ac01e8b3.tar.gz gentoo-0d46a8b3d7e035d77409adc87f50abb5ac01e8b3.tar.bz2 gentoo-0d46a8b3d7e035d77409adc87f50abb5ac01e8b3.zip |
dev-php/pecl-memcached: Stabilize 3.3.0 arm64, #943232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 fff3505d7008..995a227609c6 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 )" |