diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 11:41:05 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 11:42:51 +0100 |
commit | 88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9 (patch) | |
tree | cc3771e73eab39e9e49a9a14c0bf76b94fc932dd /dev-db | |
parent | dev-lang/lua: arm64 stable (needed bu syslog-ng). (diff) | |
download | gentoo-88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9.tar.gz gentoo-88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9.tar.bz2 gentoo-88a93faa55f08d86f3719e2f0e08e5f5ffa5f7f9.zip |
dev-db/redis: arm64 stable (needed by syslog-ng)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-3.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-3.2.5.ebuild b/dev-db/redis/redis-3.2.5.ebuild index 3382b9145125..3eba55df6313 100644 --- a/dev-db/redis/redis-3.2.5.ebuild +++ b/dev-db/redis/redis-3.2.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" SLOT="0" |