diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 19:00:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 19:00:04 +0000 |
commit | fa68ef84a100065faf6b129e31282919e3112cf4 (patch) | |
tree | 3df491b5fcc8e7c88185c34eb47d8dd2542b585c /dev-db/redis | |
parent | dev-perl/Fuse: Remove old (diff) | |
download | gentoo-fa68ef84a100065faf6b129e31282919e3112cf4.tar.gz gentoo-fa68ef84a100065faf6b129e31282919e3112cf4.tar.bz2 gentoo-fa68ef84a100065faf6b129e31282919e3112cf4.zip |
dev-db/redis: Stabilize 6.0.14 x86, #793719
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-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 675ef2242a30..7a68f4a64853 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" |