diff options
author | 2023-07-13 08:24:54 +0300 | |
---|---|---|
committer | 2023-07-13 08:25:04 +0300 | |
commit | a9dcc903e7742d40a3d99640f51fdd694ce9f203 (patch) | |
tree | 862b60a8f5cd19120f66da84ee79811dbf9e1902 /dev-db/redis/redis-7.0.12.ebuild | |
parent | dev-db/redis: Stabilize 6.2.13 x86, #910235 (diff) | |
download | gentoo-a9dcc903e7742d40a3d99640f51fdd694ce9f203.tar.gz gentoo-a9dcc903e7742d40a3d99640f51fdd694ce9f203.tar.bz2 gentoo-a9dcc903e7742d40a3d99640f51fdd694ce9f203.zip |
dev-db/redis: Stabilize 7.0.12 x86, #910235
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db/redis/redis-7.0.12.ebuild')
-rw-r--r-- | dev-db/redis/redis-7.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.12.ebuild b/dev-db/redis/redis-7.0.12.ebuild index e7a04f010be6..25f6fb5788c4 100644 --- a/dev-db/redis/redis-7.0.12.ebuild +++ b/dev-db/redis/redis-7.0.12.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 )" |