Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/
Date: Fri, 01 Apr 2022 17:19:54
Message-Id: 1648833571.7854814627cdf8e52e41aa275307e1a7c3a89021.arthurzam@gentoo
1 commit: 7854814627cdf8e52e41aa275307e1a7c3a89021
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 17:19:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 17:19:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78548146
7
8 dev-python/oslo-concurrency: Stabilize 4.5.0-r1 ALLARCHES, #836502
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
16 index 0a3d0cbb71c0..3de625739047 100644
17 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
18 +++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
19 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm arm64 x86"
25
26 RDEPEND="
27 >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]