diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 01:53:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 01:53:57 +0100 |
commit | 75456748be9be7793566bd1f368004a51736fa3d (patch) | |
tree | 7250962c54eae7438c5bcadcc7d3da905e144d42 /dev-db | |
parent | dev-db/redis: Stabilize 5.0.13 ppc, #803302 (diff) | |
download | gentoo-75456748be9be7793566bd1f368004a51736fa3d.tar.gz gentoo-75456748be9be7793566bd1f368004a51736fa3d.tar.bz2 gentoo-75456748be9be7793566bd1f368004a51736fa3d.zip |
dev-db/redis: Stabilize 6.0.15 ppc, #803302
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.0.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.15.ebuild b/dev-db/redis/redis-6.0.15.ebuild index 4b2637e66624..17b9dedefb77 100644 --- a/dev-db/redis/redis-6.0.15.ebuild +++ b/dev-db/redis/redis-6.0.15.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" |