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/pyhamcrest/
Date: Fri, 29 Nov 2019 20:35:56
Message-Id: 1575059745.4ce138ea06e3d5550530528174dcdc3ba96d0362.bman@gentoo
1 commit: 4ce138ea06e3d5550530528174dcdc3ba96d0362
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 18:41:06 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 20:35:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce138ea
7
8 dev-python/pyhamcrest: arm64 keyworded (bug #661320)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12
13 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
17 index 9d46ea1df2d..301ac10f680 100644
18 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
19 +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
26 IUSE="doc examples test"
27
28 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"