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 9A87713888F for ; Sat, 10 Oct 2015 18:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF06921C02B; Sat, 10 Oct 2015 18:49:07 +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 7A94D21C02B for ; Sat, 10 Oct 2015 18:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ECB834069C for ; Sat, 10 Oct 2015 18:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1802CE20 for ; Sat, 10 Oct 2015 18:49:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1444502772.946b32d314a1bdeba48ee8ad813f5b696f678ab7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distlib/distlib-0.2.1.ebuild X-VCS-Directories: dev-python/distlib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 946b32d314a1bdeba48ee8ad813f5b696f678ab7 X-VCS-Branch: master Date: Sat, 10 Oct 2015 18:49:02 +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: a8640b57-0a8f-43d4-bd67-6c5d2ebd753c X-Archives-Hash: a31eef8f488bca2c4b53b13674c7afe6 commit: 946b32d314a1bdeba48ee8ad813f5b696f678ab7 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 10 18:43:40 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 10 18:46:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946b32d3 dev-python/distlib: Add ~sparc keywords wrt bug #558546 Package-Manager: portage-2.2.20.1 dev-python/distlib/distlib-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/distlib/distlib-0.2.1.ebuild b/dev-python/distlib/distlib-0.2.1.ebuild index 1feab56..77daeee 100644 --- a/dev-python/distlib/distlib-0.2.1.ebuild +++ b/dev-python/distlib/distlib-0.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" python_test() {