From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2C96139083 for ; Wed, 13 Dec 2017 22:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3F3E0F1D; Wed, 13 Dec 2017 22:15:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CB71E0F18 for ; Wed, 13 Dec 2017 22:15:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E2EE33BF43 for ; Wed, 13 Dec 2017 22:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEBFCAE87 for ; Wed, 13 Dec 2017 22:15:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1513203335.b8aa1eab840bf3b1415212e6568e96b2a042e36a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperlink/hyperlink-17.1.1.ebuild X-VCS-Directories: dev-python/hyperlink/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b8aa1eab840bf3b1415212e6568e96b2a042e36a X-VCS-Branch: master Date: Wed, 13 Dec 2017 22:15:43 +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: 51a08aea-699c-49d6-8e7b-3a2138085505 X-Archives-Hash: a82f12e409a8df5323ec7c9719e2b3b9 commit: b8aa1eab840bf3b1415212e6568e96b2a042e36a Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 13 22:07:44 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 13 22:15:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8aa1eab dev-python/hyperlink: keyworded 17.1.1 for sparc, bug #614386 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-python/hyperlink/hyperlink-17.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index 9e2620d13d1..622dadb5bdc 100644 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=""