From: Mikle Kolyada Date: Sat, 14 Mar 2020 18:13:17 +0000 (+0300) Subject: dev-python/pytest: Add ~arm keyword wrt bug #703174 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b81eed6b3cb48a8f01b4a74f4ac3e7e0a8647db;p=gentoo.git dev-python/pytest: Add ~arm keyword wrt bug #703174 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada --- diff --git a/dev-python/pytest/pytest-5.3.5.ebuild b/dev-python/pytest/pytest-5.3.5.ebuild index c92232047209..0e2a38c24605 100644 --- a/dev-python/pytest/pytest-5.3.5.ebuild +++ b/dev-python/pytest/pytest-5.3.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" IUSE="test" RESTRICT="!test? ( test )"