dev-python/rq: destabilize 1.15.1 for ~arm

Dropping the stable keyword for arm architecture to prepare for
subsequent destablization of dev-db/redis, which lacks security
stabilization for arm for over a year.

Bug: https://bugs.gentoo.org/915548#c6
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-01-10 11:05:04 +01:00
parent cd811d45e6
commit de2cfa274e

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]