summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild
index e8717b1cc910..6b5b2b389544 100644
--- a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ USE_PHP="php7-0 php7-1 php7-2" # But only truly build for these two.
DESCRIPTION="Interface PHP with memcached via libmemcached library"
LICENSE="PHP-3"
SLOT="7"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples igbinary json sasl +session "
COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?]