Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/
Date: Mon, 27 Apr 2020 00:45:15
Message-Id: 1587948253.2175c427a0cc699c39454ebbb5a067f53da8957b.mattst88@gentoo
1 commit: 2175c427a0cc699c39454ebbb5a067f53da8957b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 23:27:21 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 00:44:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2175c427
7
8 dev-python/scripttest: Keyword 1.3.0 ppc64, #719700
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/scripttest/scripttest-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild
16 index a49bb08323c..14c1d7cfa6b 100644
17 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild
18 +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
25
26 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"