From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A6E613888F for ; Thu, 15 Oct 2015 09:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3372721C017; Thu, 15 Oct 2015 09:21:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D230921C017 for ; Thu, 15 Oct 2015 09:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 253A734016B for ; Thu, 15 Oct 2015 09:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 776FA10CA for ; Thu, 15 Oct 2015 09:21:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444900859.a3d9105fd84b862f6078df8536779625e446bade.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-timeout/pytest-timeout-0.4.ebuild X-VCS-Directories: dev-python/pytest-timeout/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a3d9105fd84b862f6078df8536779625e446bade X-VCS-Branch: master Date: Thu, 15 Oct 2015 09:21:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26ab5110-2666-415a-806c-72d0329365c4 X-Archives-Hash: cea8671327aa8b03b9e176c8d1985c66 commit: a3d9105fd84b862f6078df8536779625e446bade Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 15 09:19:44 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 15 09:20:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d9105f 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 gentoo.org> dev-python/pytest-timeout/pytest-timeout-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild index 0db83fe..f9a836f 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"