Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Thu, 01 Oct 2015 20:45:30
Message-Id: 1443732318.5a05f3145b8a58674897f85a8029508c406ae582.maekke@gentoo
1 commit: 5a05f3145b8a58674897f85a8029508c406ae582
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 20:45:18 2015 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 20:45:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a05f314
7
8 dev-db/redis: add ~arm, bug #558546
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-db/redis/redis-3.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/redis/redis-3.0.3.ebuild b/dev-db/redis/redis-3.0.3.ebuild
17 index 3b193e8..328adcb 100644
18 --- a/dev-db/redis/redis-3.0.3.ebuild
19 +++ b/dev-db/redis/redis-3.0.3.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/"
21 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
22
23 LICENSE="BSD"
24 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
25 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
26 IUSE="+jemalloc tcmalloc test"
27 SLOT="0"