diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-10-19 13:59:14 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-19 13:16:12 +0100 |
commit | d3c5342231177619de93fd63c0d32c2c324a6b71 (patch) | |
tree | 655ac0eadb81a3d615e457da69467bd3ffe936bd /dev-db/redis | |
parent | dev-python/redis: destabilize 5.0.0 for ~sparc (diff) | |
download | gentoo-d3c5342231177619de93fd63c0d32c2c324a6b71.tar.gz gentoo-d3c5342231177619de93fd63c0d32c2c324a6b71.tar.bz2 gentoo-d3c5342231177619de93fd63c0d32c2c324a6b71.zip |
dev-db/redis: destabilize for ~sparc
Dropping the stable keyword for sparc architecture due to a lack of
security stabilization for over a year.
Bug: https://bugs.gentoo.org/910235
Bug: https://bugs.gentoo.org/914574
Bug: https://bugs.gentoo.org/915548#c6
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/33407
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/redis/redis-7.0.5-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/redis/redis-6.2.7-r2.ebuild b/dev-db/redis/redis-6.2.7-r2.ebuild index 2211b8ba4377..8fb00f64a1f8 100644 --- a/dev-db/redis/redis-6.2.7-r2.ebuild +++ b/dev-db/redis/redis-6.2.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" diff --git a/dev-db/redis/redis-7.0.5-r1.ebuild b/dev-db/redis/redis-7.0.5-r1.ebuild index c3a0a6e18ac1..ce206c93e4b4 100644 --- a/dev-db/redis/redis-7.0.5-r1.ebuild +++ b/dev-db/redis/redis-7.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |