summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-01-08 15:30:30 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-01-08 15:30:30 +0200
commit7eea930da6aede139642154a87b98f953fc2e6bb (patch)
treeb4dac4cf88dba63f10de0affba89d2616b4d4a98 /dev-python/rq
parentdev-python/pyalsa: Stabilize 1.2.6 sparc, #830783 (diff)
downloadgentoo-7eea930da6aede139642154a87b98f953fc2e6bb.tar.gz
gentoo-7eea930da6aede139642154a87b98f953fc2e6bb.tar.bz2
gentoo-7eea930da6aede139642154a87b98f953fc2e6bb.zip
dev-python/rq: Stabilize 1.10.1 ALLARCHES, #830781
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/rq')
-rw-r--r--dev-python/rq/rq-1.10.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rq/rq-1.10.1.ebuild b/dev-python/rq/rq-1.10.1.ebuild
index 165a441d99e5..0bba3322abb6 100644
--- a/dev-python/rq/rq-1.10.1.ebuild
+++ b/dev-python/rq/rq-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]