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: Mon, 05 Oct 2020 14:06:31
Message-Id: 1601906784.2eb6bdb7ff2170bcef49ac9490b4bac31b9468c1.prometheanfire@gentoo
1 commit: 2eb6bdb7ff2170bcef49ac9490b4bac31b9468c1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 14:04:35 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 14:06:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb6bdb7
7
8 net-misc/memcached: 1.6.7 stable amd64 and x86
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-misc/memcached/memcached-1.6.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/memcached/memcached-1.6.7.ebuild b/net-misc/memcached/memcached-1.6.7.ebuild
17 index d1349f310a7..563ec54b1ae 100644
18 --- a/net-misc/memcached/memcached-1.6.7.ebuild
19 +++ b/net-misc/memcached/memcached-1.6.7.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
25 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
26 IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
27
28 RDEPEND=">=dev-libs/libevent-1.4:=