diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-09-24 08:51:28 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-09-24 08:51:28 +0300 |
commit | fc8af9809cae971875173560175efee586a7026e (patch) | |
tree | 78c3620ea09aaf292c0a3c6a11198fccc9c2c7e7 /dev-db | |
parent | profiles/arch: mask doxygen[gui] where no Qt 5 (diff) | |
download | gentoo-fc8af9809cae971875173560175efee586a7026e.tar.gz gentoo-fc8af9809cae971875173560175efee586a7026e.tar.bz2 gentoo-fc8af9809cae971875173560175efee586a7026e.zip |
dev-db/redis: Stabilize 7.0.13 x86, #914574
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.13.ebuild b/dev-db/redis/redis-7.0.13.ebuild index 33b83a11cc63..1e67595984ec 100644 --- a/dev-db/redis/redis-7.0.13.ebuild +++ b/dev-db/redis/redis-7.0.13.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |