diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-19 09:36:40 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-19 09:36:40 +0100 |
commit | 509bdfac0e97ea3697131e1a58d48e3a43f63dc4 (patch) | |
tree | cfda0b7d41d57c0bd69947e990b0e8ca108e9101 /dev-python/pytest | |
parent | dev-python/pytest-xdist: add ~arm, bug #605122 (diff) | |
download | gentoo-509bdfac0e97ea3697131e1a58d48e3a43f63dc4.tar.gz gentoo-509bdfac0e97ea3697131e1a58d48e3a43f63dc4.tar.bz2 gentoo-509bdfac0e97ea3697131e1a58d48e3a43f63dc4.zip |
dev-python/pytest: add ~arm, bug #605122
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-3.0.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest/pytest-3.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index 780627dfeef0..cb82997019f1 100644 --- a/dev-python/pytest/pytest-3.0.3.ebuild +++ b/dev-python/pytest/pytest-3.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="amd64 ~arm hppa ppc x86" IUSE="doc test" # When bumping, please check setup.py for the proper py version diff --git a/dev-python/pytest/pytest-3.0.6.ebuild b/dev-python/pytest/pytest-3.0.6.ebuild index c89298bb0c51..a004fef03070 100644 --- a/dev-python/pytest/pytest-3.0.6.ebuild +++ b/dev-python/pytest/pytest-3.0.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="doc test" # When bumping, please check setup.py for the proper py version |