diff options
author | Sam James <sam@gentoo.org> | 2021-06-03 08:22:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 08:22:06 +0000 |
commit | 60c01babc2b3b850aee3882868fb4c1d4a29c391 (patch) | |
tree | 6925ff229ff3a757e13ed1475cd41c2a59238e06 /dev-db | |
parent | app-arch/cksfv: Stabilize 1.3.15 x86, #793401 (diff) | |
download | gentoo-60c01babc2b3b850aee3882868fb4c1d4a29c391.tar.gz gentoo-60c01babc2b3b850aee3882868fb4c1d4a29c391.tar.bz2 gentoo-60c01babc2b3b850aee3882868fb4c1d4a29c391.zip |
dev-db/redis: Stabilize 6.0.14 ppc64, #793719
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.14.ebuild b/dev-db/redis/redis-6.0.14.ebuild index 4b2637e66624..918ff99b3f75 100644 --- a/dev-db/redis/redis-6.0.14.ebuild +++ b/dev-db/redis/redis-6.0.14.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |