diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-19 10:01:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-19 10:01:54 +0200 |
commit | 23d41cba9383615ca361a9fe3b568e2c890e310d (patch) | |
tree | 94c5bb2c3136785cec49a265ee668205fbfc7eee /dev-db | |
parent | dev-tcltk/tktable: add 2.10.8 (diff) | |
download | gentoo-23d41cba9383615ca361a9fe3b568e2c890e310d.tar.gz gentoo-23d41cba9383615ca361a9fe3b568e2c890e310d.tar.bz2 gentoo-23d41cba9383615ca361a9fe3b568e2c890e310d.zip |
dev-db/redis: Stabilize 6.2.10 x86, #891285
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.10.ebuild b/dev-db/redis/redis-6.2.10.ebuild index 711e60f43fa1..f2baaa7b7490 100644 --- a/dev-db/redis/redis-6.2.10.ebuild +++ b/dev-db/redis/redis-6.2.10.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 )" |