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 996D813888F for ; Sat, 10 Oct 2015 18:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC9AE0817; Sat, 10 Oct 2015 18:49:04 +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 9148DE0817 for ; Sat, 10 Oct 2015 18:49:03 +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 81823340680 for ; Sat, 10 Oct 2015 18:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CCADEE for ; Sat, 10 Oct 2015 18:49:00 +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: <1444502750.9fa59c5689e28d125b00ea85f628a51f85ecd968.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fixtures/fixtures-1.3.1-r1.ebuild X-VCS-Directories: dev-python/fixtures/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9fa59c5689e28d125b00ea85f628a51f85ecd968 X-VCS-Branch: master Date: Sat, 10 Oct 2015 18:49:00 +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: a4e9a019-3f52-4666-a93f-9f6734007213 X-Archives-Hash: 801a4bf6ed11be10ae5a48f4a9bba7fa commit: 9fa59c5689e28d125b00ea85f628a51f85ecd968 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 10 18:22:43 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 10 18:45:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa59c56 dev-python/fixtures: Add ~sparc keywords wrt bug #544142 Package-Manager: portage-2.2.20.1 dev-python/fixtures/fixtures-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fixtures/fixtures-1.3.1-r1.ebuild b/dev-python/fixtures/fixtures-1.3.1-r1.ebuild index ac95e29..6772b2c 100644 --- a/dev-python/fixtures/fixtures-1.3.1-r1.ebuild +++ b/dev-python/fixtures/fixtures-1.3.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests