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/redis-7.0.5-r1.ebuild | |
| parent | c91699e647e0626c0a662299e0f0a8e8876f785d (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/redis-7.0.5-r1.ebuild')
| -rw-r--r-- | dev-db/redis/redis-7.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |
