diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 00:36:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-27 00:36:51 +0000 |
commit | ec799eebd733ed6d15267ad226288fc842aad03f (patch) | |
tree | ebceb578d9786e8aa853d55bdf581bfa68e09b83 /dev-db/redis | |
parent | dev-python/PySocks: mark ALLARCHES (diff) | |
download | gentoo-ec799eebd733ed6d15267ad226288fc842aad03f.tar.gz gentoo-ec799eebd733ed6d15267ad226288fc842aad03f.tar.bz2 gentoo-ec799eebd733ed6d15267ad226288fc842aad03f.zip |
dev-db/redis: stabilize 6.0.12: sparc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-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 ea6ffb19d707..18d3272e4a85 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" |