Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/
Date: Mon, 29 Jun 2020 13:40:47
Message-Id: 1593438000.27ada18b129e6627abcc3ed8c27f3b6a9fc9c418.ago@gentoo
1 commit: 27ada18b129e6627abcc3ed8c27f3b6a9fc9c418
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 13:40:00 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 13:40:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ada18b
7
8 dev-python/cheroot: x86 stable wrt bug #727058
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/cheroot/cheroot-8.3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/cheroot/cheroot-8.3.0.ebuild b/dev-python/cheroot/cheroot-8.3.0.ebuild
18 index 0785fecc4cf..0124db04df1 100644
19 --- a/dev-python/cheroot/cheroot-8.3.0.ebuild
20 +++ b/dev-python/cheroot/cheroot-8.3.0.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
22
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86"
27 # Unit tests are temporarily disabled for this version, see below for
28 # what needs to be done.
29 #IUSE="test"