Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/
Date: Mon, 29 Jul 2019 10:48:10
Message-Id: 1564397264.2054dfeebc0416493e7036ee0da88590b79deb29.zlogene@gentoo
1 commit: 2054dfeebc0416493e7036ee0da88590b79deb29
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 10:47:44 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 10:47:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2054dfee
7
8 dev-python/sphinx-testing: Add ~arm keyword wrt bug #689830
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="~arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
18 index 768cf23bcd1..e56e51ec425 100644
19 --- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
20 +++ b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="BSD-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64"
26 +KEYWORDS="~amd64 ~arm ~arm64"
27 IUSE="test"
28
29 RDEPEND="dev-python/six[${PYTHON_USEDEP}]