summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2018-01-17 18:59:28 +0100
committerMarkus Meier <maekke@gentoo.org>2018-01-17 18:59:28 +0100
commita63944c6b4ad3d9c530ce363b405f565b29e08c4 (patch)
tree7e25fe17eb1f69b1e3412ee5bc56b3348161f334 /net-misc/memcached
parentdev-python/pycairo: arm stable, bug #634322 (diff)
downloadgentoo-a63944c6b4ad3d9c530ce363b405f565b29e08c4.tar.gz
gentoo-a63944c6b4ad3d9c530ce363b405f565b29e08c4.tar.bz2
gentoo-a63944c6b4ad3d9c530ce363b405f565b29e08c4.zip
net-misc/memcached: arm stable, bug #636236
Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'net-misc/memcached')
-rw-r--r--net-misc/memcached/memcached-1.5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/memcached/memcached-1.5.2.ebuild b/net-misc/memcached/memcached-1.5.2.ebuild
index 6fe4bebf2385..083753b1b871 100644
--- a/net-misc/memcached/memcached-1.5.2.ebuild
+++ b/net-misc/memcached/memcached-1.5.2.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
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
RDEPEND=">=dev-libs/libevent-1.4:=