Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/
Date: Fri, 02 Sep 2022 15:13:19
Message-Id: 1662131589.ae715f86f3c43ef5abf11c6fff5f5ca2d33f2afc.prometheanfire@gentoo
1 commit: ae715f86f3c43ef5abf11c6fff5f5ca2d33f2afc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 15:11:06 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 15:13:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae715f86
7
8 net-misc/memcached: stabilize 1.6.16
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 net-misc/memcached/memcached-1.6.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/memcached/memcached-1.6.16.ebuild b/net-misc/memcached/memcached-1.6.16.ebuild
16 index 39801d79547c..45d1892014e6 100644
17 --- a/net-misc/memcached/memcached-1.6.16.ebuild
18 +++ b/net-misc/memcached/memcached-1.6.16.ebuild
19 @@ -15,7 +15,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 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later
26
27 RDEPEND=">=dev-libs/libevent-1.4:=