diff options
author | Sam James <sam@gentoo.org> | 2020-11-11 22:11:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-11 22:11:19 +0000 |
commit | 99e3cd0ab10cf6e80a36ea4e5aadd48b9f7445e1 (patch) | |
tree | e6de1da178dfa6b951588c6ad87e53f6464493ba /dev-db | |
parent | sys-apps/systemd: Stabilize 246.6 arm64, #754075 (diff) | |
download | gentoo-99e3cd0ab10cf6e80a36ea4e5aadd48b9f7445e1.tar.gz gentoo-99e3cd0ab10cf6e80a36ea4e5aadd48b9f7445e1.tar.bz2 gentoo-99e3cd0ab10cf6e80a36ea4e5aadd48b9f7445e1.zip |
dev-db/redis: Stabilize 6.0.9 arm, #753701
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.9.ebuild b/dev-db/redis/redis-6.0.9.ebuild index 26c3b1103e66..5b16a3df6de0 100644 --- a/dev-db/redis/redis-6.0.9.ebuild +++ b/dev-db/redis/redis-6.0.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://redis.io" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc luajit tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |