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: Sat, 30 May 2020 16:21:00
Message-Id: 1590855636.2b6768ad7aed022292fdfedcc50b96e8c1d926af.mgorny@gentoo
1 commit: 2b6768ad7aed022292fdfedcc50b96e8c1d926af
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 16:11:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 16:20:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6768ad
7
8 dev-python/pytest-services: Keyword 2.0.1 ppc, #717946
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-services/pytest-services-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-services/pytest-services-2.0.1.ebuild b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
16 index 0c20f5b3d9c..158ae2ae286 100644
17 --- a/dev-python/pytest-services/pytest-services-2.0.1.ebuild
18 +++ b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25 IUSE="test"
26
27 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]