commit: 3cbdb031bd7cbad8e11dc552bbc3e0e0557722b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 3 03:04:57 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 3 03:04:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbdb031
dev-python/pytest: arm64 keyworded (bug #734780) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pytest/pytest-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-6.0.1.ebuild b/dev-python/pytest/pytest-6.0.1.ebuild index ac33d51ea1f..74a9ebf202e 100644 --- a/dev-python/pytest/pytest-6.0.1.ebuild +++ b/dev-python/pytest/pytest-6.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"