diff options
author | Markus Meier <maekke@gentoo.org> | 2015-10-01 22:45:18 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-10-01 22:45:18 +0200 |
commit | 5a05f3145b8a58674897f85a8029508c406ae582 (patch) | |
tree | 2e55a1841799226d5e083b3fde012b4b1140d1bd /dev-db | |
parent | 421b8dbe7a3b193744d8993d63c55be2c573b26c (diff) | |
download | gentoo-5a05f3145b8a58674897f85a8029508c406ae582.tar.gz gentoo-5a05f3145b8a58674897f85a8029508c406ae582.tar.xz |
dev-db/redis: add ~arm, bug #558546
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-3.0.3.ebuild b/dev-db/redis/redis-3.0.3.ebuild index 3b193e8523c..328adcbb44f 100644 --- a/dev-db/redis/redis-3.0.3.ebuild +++ b/dev-db/redis/redis-3.0.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" |