Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/
Date: Tue, 11 Feb 2020 12:03:13
Message-Id: 1581422567.68241f94502187d2197f25c4b95fbd7ee9b1514c.alexxy@gentoo
1 commit: 68241f94502187d2197f25c4b95fbd7ee9b1514c
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:56:58 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:02:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68241f94
7
8 dev-python/scripttest: Add ~arm
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 dev-python/scripttest/scripttest-1.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild
17 index 946ea360010..0c579f9104b 100644
18 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild
19 +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 arm64 ~hppa ~sparc x86"
25 +KEYWORDS="amd64 ~arm arm64 ~hppa ~sparc x86"
26
27 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"