summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-01-10 11:05:04 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-01-10 11:16:09 +0100
commitde2cfa274e02ced8a9ab077618d5e19a34b14f6e (patch)
tree1811fb12e72326e3792219a72586916dcfce4876
parentapp-office/scribus: bump to 1.6.1, dropped 1.6.0 (diff)
downloadgentoo-de2cfa274e02ced8a9ab077618d5e19a34b14f6e.tar.gz
gentoo-de2cfa274e02ced8a9ab077618d5e19a34b14f6e.tar.bz2
gentoo-de2cfa274e02ced8a9ab077618d5e19a34b14f6e.zip
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>
-rw-r--r--dev-python/rq/rq-1.15.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
index 906f2d4678f7..b1958be8a028 100644
--- a/dev-python/rq/rq-1.15.1.ebuild
+++ b/dev-python/rq/rq-1.15.1.ebuild
@@ -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}]