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/pytest-services/
Date: Thu, 04 Jun 2020 14:06:32
Message-Id: 1591279513.38eb54930023ddb041bb335b779f31df04716d48.mgorny@gentoo
1 commit: 38eb54930023ddb041bb335b779f31df04716d48
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu Jun 4 01:19:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 14:05:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eb5493
7
8 dev-python/pytest-services: arm keyworded (bug #717946)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/pytest-services/pytest-services-2.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-services/pytest-services-2.0.1.ebuild b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
18 index 0cdfbecacfb..cecaf44b17d 100644
19 --- a/dev-python/pytest-services/pytest-services-2.0.1.ebuild
20 +++ b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
27 IUSE="test"
28
29 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]