Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/
Date: Sat, 30 Nov 2019 05:22:03
Message-Id: 1575091311.5c38ce66a56c50dd477a51d0ef7f2f4a31284aea.bman@gentoo
1 commit: 5c38ce66a56c50dd477a51d0ef7f2f4a31284aea
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 05:21:32 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 05:21:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c38ce66
7
8 dev-python/scripttest: arm64 keyworded for 1.3.0
9
10 Signed-off-by: Aaron Bauman <bman <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 476a53290c9..74484b477b5 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="amd64 x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25
26 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"