Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
Date: Tue, 18 Aug 2020 05:29:02
Message-Id: 1597728161.954d62357cc7dbb940cc54c10a1f165cf05280c6.sam@gentoo
1 commit: 954d62357cc7dbb940cc54c10a1f165cf05280c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 05:22:41 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 05:22:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954d6235
7
8 dev-python/nose-random: arm64 keyworded (bug #723912)
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild
17 index f041fe60d6f..309fdcbe8bf 100644
18 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild
19 +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="amd64 ~arm64 x86"
26
27 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"