Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Wed, 01 Mar 2017 10:43:10
Message-Id: 1488364979.4b266064253ad81171c5154c5d6e6dcae304de8f.xmw@gentoo
1 commit: 4b266064253ad81171c5154c5d6e6dcae304de8f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 10:42:25 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 10:42:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b266064
7
8 dev-db/redis: add ~arm64 keyword (needed by syslog-ng).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"
12
13 dev-db/redis/redis-3.2.5-r1.ebuild | 4 ++--
14 dev-db/redis/redis-3.2.6-r1.ebuild | 2 +-
15 dev-db/redis/redis-3.2.6.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-db/redis/redis-3.2.5-r1.ebuild b/dev-db/redis/redis-3.2.5-r1.ebuild
19 index 9aa01e905c9..a637b9f2376 100644
20 --- a/dev-db/redis/redis-3.2.5-r1.ebuild
21 +++ b/dev-db/redis/redis-3.2.5-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/"
29 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
30
31 LICENSE="BSD"
32 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
34 IUSE="+jemalloc tcmalloc luajit test"
35 SLOT="0"
36
37
38 diff --git a/dev-db/redis/redis-3.2.6-r1.ebuild b/dev-db/redis/redis-3.2.6-r1.ebuild
39 index 8d25629482f..a637b9f2376 100644
40 --- a/dev-db/redis/redis-3.2.6-r1.ebuild
41 +++ b/dev-db/redis/redis-3.2.6-r1.ebuild
42 @@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/"
43 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
44
45 LICENSE="BSD"
46 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
48 IUSE="+jemalloc tcmalloc luajit test"
49 SLOT="0"
50
51
52 diff --git a/dev-db/redis/redis-3.2.6.ebuild b/dev-db/redis/redis-3.2.6.ebuild
53 index 6ebda19206b..71744849145 100644
54 --- a/dev-db/redis/redis-3.2.6.ebuild
55 +++ b/dev-db/redis/redis-3.2.6.ebuild
56 @@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/"
57 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
58
59 LICENSE="BSD"
60 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
61 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
62 IUSE="+jemalloc tcmalloc luajit test"
63 SLOT="0"