diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-15 11:19:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-15 11:20:59 +0200 |
commit | a3d9105fd84b862f6078df8536779625e446bade (patch) | |
tree | cdec1a900b47eb51f7a0399ed1f62959e83bbfb9 /dev-python/pytest-timeout | |
parent | dev-python/pathtools: Keyword under ALLARCHES policy (diff) | |
download | gentoo-a3d9105fd84b862f6078df8536779625e446bade.tar.gz gentoo-a3d9105fd84b862f6078df8536779625e446bade.tar.bz2 gentoo-a3d9105fd84b862f6078df8536779625e446bade.zip |
dev-python/pytest-timeout: Keyword under ALLARCHES policy
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=539730
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild index 0db83fe67a36..f9a836fad236 100644 --- a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/pytest" |