Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/
Date: Sat, 08 Sep 2018 23:51:41
Message-Id: 1536450680.fbade3ec7aae9c11e492df0854b66642db84abd1.prometheanfire@gentoo
1 commit: fbade3ec7aae9c11e492df0854b66642db84abd1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 8 23:50:30 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 8 23:51:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbade3ec
7
8 net-misc/memcached: 1.5.10 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 net-misc/memcached/memcached-1.5.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/memcached/memcached-1.5.10.ebuild b/net-misc/memcached/memcached-1.5.10.ebuild
16 index 7b92758285f..3a72e14b2f8 100644
17 --- a/net-misc/memcached/memcached-1.5.10.ebuild
18 +++ b/net-misc/memcached/memcached-1.5.10.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
26
27 RDEPEND=">=dev-libs/libevent-1.4:=