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/pytest-subtesthack/
Date: Tue, 26 Nov 2019 20:34:41
Message-Id: 1574800471.e19de6d57085c18160f4555eeac77fd73bb7d199.bman@gentoo
1 commit: e19de6d57085c18160f4555eeac77fd73bb7d199
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 20:34:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 20:34:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19de6d5
7
8 dev-python/pytest-subtesthack: arm64 keyworded (bug #696134)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12
13 dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
17 index e43c4366b1e..32cb651eba5 100644
18 --- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
19 +++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/untitaker/pytest-subtesthack/archive/${PV}.tar.gz ->
21
22 LICENSE="public-domain"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~arm64 ~x86"
26 IUSE="test"
27
28 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"