diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 01:20:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 01:20:47 +0000 |
commit | 2288d5cf42f7834385ddaf3f51e6ad2cdd2156d6 (patch) | |
tree | 529cd55d2289a3b9a831ffa1d05e67e1c97fb65a | |
parent | dev-db/redis: Stabilize 5.0.12 ppc64, #773328 (diff) | |
download | gentoo-2288d5cf42f7834385ddaf3f51e6ad2cdd2156d6.tar.gz gentoo-2288d5cf42f7834385ddaf3f51e6ad2cdd2156d6.tar.bz2 gentoo-2288d5cf42f7834385ddaf3f51e6ad2cdd2156d6.zip |
dev-db/redis: Stabilize 6.0.12 ppc64, #773328
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/redis/redis-6.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.12.ebuild b/dev-db/redis/redis-6.0.12.ebuild index 22268b85376b..517525d5c49e 100644 --- a/dev-db/redis/redis-6.0.12.ebuild +++ b/dev-db/redis/redis-6.0.12.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 tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |