diff options
author | 2021-03-14 22:11:09 +0000 | |
---|---|---|
committer | 2021-03-14 22:11:09 +0000 | |
commit | 8140994dbf7f213277f47c0c3ec65f7f0a54daca (patch) | |
tree | 404feec348b2a473aeb851bdde390d2f3a885fd6 /dev-db | |
parent | dev-tcltk/tls: Stabilize 1.7.22 ppc, #773328 (diff) | |
download | gentoo-8140994dbf7f213277f47c0c3ec65f7f0a54daca.tar.gz gentoo-8140994dbf7f213277f47c0c3ec65f7f0a54daca.tar.bz2 gentoo-8140994dbf7f213277f47c0c3ec65f7f0a54daca.zip |
dev-db/redis: Stabilize 5.0.12 ppc, #773328
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-5.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-5.0.12.ebuild b/dev-db/redis/redis-5.0.12.ebuild index 56202f5eed56..ebd7a3e489d8 100644 --- a/dev-db/redis/redis-5.0.12.ebuild +++ b/dev-db/redis/redis-5.0.12.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-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" RESTRICT="!test? ( test )" SLOT="0" |