diff options
author | 2018-10-07 12:02:29 +0200 | |
---|---|---|
committer | 2018-10-07 12:11:20 +0200 | |
commit | 96246bc34aff5aa1543971106009dc12342bb9d3 (patch) | |
tree | 6e912b0cdee7e0fa709551612c45a4021da07e5e /dev-python | |
parent | dev-vcs/fossil: Cleanup old (diff) | |
download | gentoo-96246bc34aff5aa1543971106009dc12342bb9d3.tar.gz gentoo-96246bc34aff5aa1543971106009dc12342bb9d3.tar.bz2 gentoo-96246bc34aff5aa1543971106009dc12342bb9d3.zip |
dev-python/pytest: Mark ~hppa too.
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/pytest-3.6.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytest/pytest-3.8.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest/pytest-3.6.3.ebuild b/dev-python/pytest/pytest-3.6.3.ebuild index cc1697642109..a1a5bc402e9a 100644 --- a/dev-python/pytest/pytest-3.6.3.ebuild +++ b/dev-python/pytest/pytest-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-fbsd" # doc apparently requires sphinxcontrib_trio, not yet packaged IUSE="test" # doc diff --git a/dev-python/pytest/pytest-3.8.2.ebuild b/dev-python/pytest/pytest-3.8.2.ebuild index 17be8889de91..529df69a6fd3 100644 --- a/dev-python/pytest/pytest-3.8.2.ebuild +++ b/dev-python/pytest/pytest-3.8.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc64 ~sparc ~x86" # doc apparently requires sphinxcontrib_trio, not yet packaged IUSE="test" # doc |