Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/
Date: Thu, 27 Jul 2017 21:13:26
Message-Id: 1501189999.3fa01eb15669e6e70bd8dab1f1c4e4f905c504bf.slyfox@gentoo
1 commit: 3fa01eb15669e6e70bd8dab1f1c4e4f905c504bf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 21:03:15 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 21:13:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa01eb1
7
8 net-misc/memcached: ia64 stable, bug #625494
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ia64"
12
13 net-misc/memcached/memcached-1.4.39.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/memcached/memcached-1.4.39.ebuild b/net-misc/memcached/memcached-1.4.39.ebuild
17 index 85d691cdb47..451cae86ec6 100644
18 --- a/net-misc/memcached/memcached-1.4.39.ebuild
19 +++ b/net-misc/memcached/memcached-1.4.39.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 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +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"
26 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
27
28 RDEPEND=">=dev-libs/libevent-1.4:=