Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stevedore/
Date: Sun, 29 Mar 2020 09:50:26
Message-Id: 1585475388.7365825fdc535eac6b2aa59fa69408003cfba96c.mgorny@gentoo
1 commit: 7365825fdc535eac6b2aa59fa69408003cfba96c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:21:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:49:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7365825f
7
8 dev-python/stevedore: Stabilize 1.31.0 ALLARCHES
9
10 Closes: https://bugs.gentoo.org/713570
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/stevedore/stevedore-1.31.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/stevedore/stevedore-1.31.0.ebuild b/dev-python/stevedore/stevedore-1.31.0.ebuild
17 index 81a5f650b92..6fc4d20f82a 100644
18 --- a/dev-python/stevedore/stevedore-1.31.0.ebuild
19 +++ b/dev-python/stevedore/stevedore-1.31.0.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="Apache-2.0"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 +KEYWORDS="amd64 arm64 ~ppc64 x86"
26 IUSE="test"
27 RESTRICT="!test? ( test )"