diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-07 08:35:05 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-07 08:35:24 +0100 |
commit | 5e9413509229b944052d13ad8be8b066f55c5f20 (patch) | |
tree | 616223e84e51f95229c6249edc72bd24c059ec71 /dev-python/pytest | |
parent | app-admin/keepassxc: keyworded 2.6.1 for ppc64 (diff) | |
download | gentoo-5e9413509229b944052d13ad8be8b066f55c5f20.tar.gz gentoo-5e9413509229b944052d13ad8be8b066f55c5f20.tar.bz2 gentoo-5e9413509229b944052d13ad8be8b066f55c5f20.zip |
dev-python/pytest: keyworded 6.0.1 for ppc64
keyworded wrt bug #734780
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.0.1.ebuild b/dev-python/pytest/pytest-6.0.1.ebuild index 2caa9cc92a8c..c9ea210721ab 100644 --- a/dev-python/pytest/pytest-6.0.1.ebuild +++ b/dev-python/pytest/pytest-6.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |