Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ordered-set/
Date: Thu, 03 Sep 2020 14:29:51
Message-Id: 1599143179.492508c90a9fcd1ac482c65c2e51d6c1c9a5396e.whissi@gentoo
1 commit: 492508c90a9fcd1ac482c65c2e51d6c1c9a5396e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 14:26:19 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 14:26:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492508c9
7
8 dev-python/ordered-set: x86 stable (bug #737910)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/ordered-set/ordered-set-4.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/ordered-set/ordered-set-4.0.1.ebuild b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
17 index 14092ec7338..a2aa35113fe 100644
18 --- a/dev-python/ordered-set/ordered-set-4.0.1.ebuild
19 +++ b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
20 @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26
27 distutils_enable_tests pytest