diff options
author | 2022-07-12 11:09:40 +0200 | |
---|---|---|
committer | 2022-07-12 11:09:40 +0200 | |
commit | 2c5beb3fec477bd34bae4b472f633cf5861fe87c (patch) | |
tree | 5d13991e4eadae2111f14ba6fd6e3678d47efc7c /dev-db/redis | |
parent | dev-python/setuptools_scm: Bump to 7.0.5 (diff) | |
download | gentoo-2c5beb3fec477bd34bae4b472f633cf5861fe87c.tar.gz gentoo-2c5beb3fec477bd34bae4b472f633cf5861fe87c.tar.bz2 gentoo-2c5beb3fec477bd34bae4b472f633cf5861fe87c.zip |
dev-db/redis: amd64 stable wrt bug #857747
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.7-r1.ebuild b/dev-db/redis/redis-6.2.7-r1.ebuild index a15818f6a3db..72e740691b1a 100644 --- a/dev-db/redis/redis-6.2.7-r1.ebuild +++ b/dev-db/redis/redis-6.2.7-r1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |