diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-09 10:01:36 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-09 10:04:11 +0200 |
commit | 96a09785dcd7a11193e4abc0ceade8c287d58a65 (patch) | |
tree | bf8fc230e276456370bf866f82e916784d7941d0 /dev-python/pytest | |
parent | dev-python/pyrsistent: arm stable wrt bug #731512 (diff) | |
download | gentoo-96a09785dcd7a11193e4abc0ceade8c287d58a65.tar.gz gentoo-96a09785dcd7a11193e4abc0ceade8c287d58a65.tar.bz2 gentoo-96a09785dcd7a11193e4abc0ceade8c287d58a65.zip |
dev-python/pytest: arm stable wrt bug #731522
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-5.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-5.4.3.ebuild b/dev-python/pytest/pytest-5.4.3.ebuild index 3453fa72eca5..b934a328a74f 100644 --- a/dev-python/pytest/pytest-5.4.3.ebuild +++ b/dev-python/pytest/pytest-5.4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |