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/twine/
Date: Fri, 29 May 2020 15:43:34
Message-Id: 1590767003.57342169a283679fc94b96195f816ae4bebcec02.mgorny@gentoo
1 commit: 57342169a283679fc94b96195f816ae4bebcec02
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 15:42:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 15:43:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57342169
7
8 dev-python/twine: Keyword 3.1.1 sparc, #721428
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/twine/twine-3.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/twine/twine-3.1.1.ebuild b/dev-python/twine/twine-3.1.1.ebuild
16 index 7217eb64527..e624686e3c0 100644
17 --- a/dev-python/twine/twine-3.1.1.ebuild
18 +++ b/dev-python/twine/twine-3.1.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm64 x86"
24 +KEYWORDS="~alpha amd64 ~arm64 ~sparc x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"