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 74D74139083 for ; Mon, 4 Dec 2017 22:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DBE7E0F2A; Mon, 4 Dec 2017 22:07:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4B5A2E0F2A for ; Mon, 4 Dec 2017 22:07:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1C56A33BF05 for ; Mon, 4 Dec 2017 22:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DDC4AE77 for ; Mon, 4 Dec 2017 22:07:31 +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: <1512425245.99f7e7417b9f167ee62e28440ca47eaaa6c1331c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-lzma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-lzma/backports-lzma-0.0.8.ebuild X-VCS-Directories: dev-python/backports-lzma/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 99f7e7417b9f167ee62e28440ca47eaaa6c1331c X-VCS-Branch: master Date: Mon, 4 Dec 2017 22:07:31 +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: e6be2d10-b49b-40aa-b485-2d4ce0a64929 X-Archives-Hash: 7140ed02ca278d69faa9a33740bef9b2 commit: 99f7e7417b9f167ee62e28440ca47eaaa6c1331c Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 4 22:06:21 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Dec 4 22:07:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f7e741 dev-python/backports-lzma: keyworded 0.0.8 for sparc, bug #638776 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-python/backports-lzma/backports-lzma-0.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild b/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild index ebecdc99939..727d6486d94 100644 --- a/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild +++ b/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND="app-arch/xz-utils dev-python/backports[${PYTHON_USEDEP}]"