diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-24 21:01:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-24 21:21:04 +0100 |
commit | b792beaa5636e08180acaeda3ea4c0181c6b5307 (patch) | |
tree | 31ca90a64d1a624bda7c05de3deaeed00c67175b /dev-db/redis | |
parent | dev-db/redis: stable 3.2.12 for ppc64, bug #658066 (diff) | |
download | gentoo-b792beaa5636e08180acaeda3ea4c0181c6b5307.tar.gz gentoo-b792beaa5636e08180acaeda3ea4c0181c6b5307.tar.bz2 gentoo-b792beaa5636e08180acaeda3ea4c0181c6b5307.zip |
dev-db/redis: stable 4.0.10 for ppc64, bug #658066
Bug: https://bugs.gentoo.org/658066
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-4.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-4.0.10.ebuild b/dev-db/redis/redis-4.0.10.ebuild index ce711f1a5674..c96e7582d346 100644 --- a/dev-db/redis/redis-4.0.10.ebuild +++ b/dev-db/redis/redis-4.0.10.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm arm64 ~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" |