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/httpretty/
Date: Sat, 30 May 2020 08:08:23
Message-Id: 1590825007.98e047a2c53b9029b3bf2209a6c896305cb1e6b7.mgorny@gentoo
1 commit: 98e047a2c53b9029b3bf2209a6c896305cb1e6b7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 07:50:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 07:50:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e047a2
7
8 dev-python/httpretty: Keyword 1.0.2-r1 ppc64, #719782
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httpretty/httpretty-1.0.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
16 index 9fd4646edca..363537a5c97 100644
17 --- a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
18 +++ b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 SLOT="0"
22 LICENSE="MIT"
23 -KEYWORDS="amd64 ~arm64 x86"
24 +KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"