diff options
author | 2020-12-22 07:47:30 +0100 | |
---|---|---|
committer | 2020-12-22 08:00:30 +0000 | |
commit | 120c48022cb33353f314871401d24b578728879b (patch) | |
tree | be672f8b2cbc565a6a2875d3a809a832db588dc6 /dev-python/pytest | |
parent | dev-python/sphinxcontrib-spelling: mark 7.1.0 ~hppa, bug #752393 (diff) | |
download | gentoo-120c48022cb33353f314871401d24b578728879b.tar.gz gentoo-120c48022cb33353f314871401d24b578728879b.tar.bz2 gentoo-120c48022cb33353f314871401d24b578728879b.zip |
dev-python/pytest: keyworded 6.2.1 for hppa, bug #752237
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.2.1.ebuild b/dev-python/pytest/pytest-6.2.1.ebuild index 8bbfc6be1bf1..20df0cab76ed 100644 --- a/dev-python/pytest/pytest-6.2.1.ebuild +++ b/dev-python/pytest/pytest-6.2.1.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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |