diff options
author | 2021-06-06 15:35:31 +0000 | |
---|---|---|
committer | 2021-06-06 15:35:31 +0000 | |
commit | 8b52bd5fa96d123f33fd8e336e91bd52aac88b59 (patch) | |
tree | 1b8fb0335323ad8bc3aaa13e5272e85a3a247c9e /dev-db/redis | |
parent | dev-python/sqlalchemy: Stabilize 1.4.15 arm, #784755 (diff) | |
download | gentoo-8b52bd5fa96d123f33fd8e336e91bd52aac88b59.tar.gz gentoo-8b52bd5fa96d123f33fd8e336e91bd52aac88b59.tar.bz2 gentoo-8b52bd5fa96d123f33fd8e336e91bd52aac88b59.zip |
dev-db/redis: Stabilize 6.0.14 arm64, #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 918ff99b3f75..0e9e7312a19a 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" |