diff options
author | Sam James <sam@gentoo.org> | 2021-05-07 15:35:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-07 15:36:03 +0100 |
commit | f8ab80f0e16938f472d13c7114e0177b5861cc68 (patch) | |
tree | 7ce4a75cd06665c948052102b459bd58641a862c /dev-db/redis | |
parent | dev-java/tomcat-native: removed obsolete 1.2.26 (diff) | |
download | gentoo-f8ab80f0e16938f472d13c7114e0177b5861cc68.tar.gz gentoo-f8ab80f0e16938f472d13c7114e0177b5861cc68.tar.bz2 gentoo-f8ab80f0e16938f472d13c7114e0177b5861cc68.zip |
dev-db/redis: Stabilize 6.0.13-r1 amd64, #788211
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.0.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.13-r1.ebuild b/dev-db/redis/redis-6.0.13-r1.ebuild index 366bb5f199ee..58a23e3b642a 100644 --- a/dev-db/redis/redis-6.0.13-r1.ebuild +++ b/dev-db/redis/redis-6.0.13-r1.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" |