diff options
author | 2021-06-02 19:00:29 +0000 | |
---|---|---|
committer | 2021-06-02 19:00:29 +0000 | |
commit | 5df9c7bd4dd8fe90386b45aa1031dc51ad281f5c (patch) | |
tree | d314e117e798858f22f722d4d9d7e843fb8073dc /dev-db/redis | |
parent | dev-libs/poco: Stabilize 1.10.1 x86, #772092 (diff) | |
download | gentoo-5df9c7bd4dd8fe90386b45aa1031dc51ad281f5c.tar.gz gentoo-5df9c7bd4dd8fe90386b45aa1031dc51ad281f5c.tar.bz2 gentoo-5df9c7bd4dd8fe90386b45aa1031dc51ad281f5c.zip |
dev-db/redis: Stabilize 6.0.14 amd64, #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 7a68f4a64853..98ae643d5eb9 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" |