diff options
author | Sam James <sam@gentoo.org> | 2020-08-03 03:04:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-03 03:04:57 +0000 |
commit | 3cbdb031bd7cbad8e11dc552bbc3e0e0557722b5 (patch) | |
tree | 6206b3c92e41f624fdba2a4f3d52553ebe3d2351 /dev-python/pytest | |
parent | x11-misc/xfractint: add dependency to RDEPEND (diff) | |
download | gentoo-3cbdb031bd7cbad8e11dc552bbc3e0e0557722b5.tar.gz gentoo-3cbdb031bd7cbad8e11dc552bbc3e0e0557722b5.tar.bz2 gentoo-3cbdb031bd7cbad8e11dc552bbc3e0e0557722b5.zip |
dev-python/pytest: arm64 keyworded (bug #734780)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.0.1.ebuild b/dev-python/pytest/pytest-6.0.1.ebuild index ac33d51ea1f1..74a9ebf202ef 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 )" |