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 2DB54138BED for ; Wed, 14 Oct 2015 16:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A7D3E0804; Wed, 14 Oct 2015 16:25:08 +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 B7788E0804 for ; Wed, 14 Oct 2015 16:25:07 +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 CBE5A3408DD for ; Wed, 14 Oct 2015 16:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8400810C3 for ; Wed, 14 Oct 2015 16:25: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: <1444839702.1bf48735653e478c66fba321dab3ab4037918e8b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/svg2rlg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/svg2rlg/svg2rlg-0.3.ebuild X-VCS-Directories: media-gfx/svg2rlg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1bf48735653e478c66fba321dab3ab4037918e8b X-VCS-Branch: master Date: Wed, 14 Oct 2015 16:25: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: 4f4d6269-097a-424d-858b-4ec9cdde8d7f X-Archives-Hash: 9059f9e85748b4ba40ed08a1081c7752 commit: 1bf48735653e478c66fba321dab3ab4037918e8b Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 16:21:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 14 16:21:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf48735 media-gfx/svg2rlg: Keyword under ALLARCHES policy Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=515222 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> media-gfx/svg2rlg/svg2rlg-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/svg2rlg/svg2rlg-0.3.ebuild b/media-gfx/svg2rlg/svg2rlg-0.3.ebuild index 0439331..af3a732 100644 --- a/media-gfx/svg2rlg/svg2rlg-0.3.ebuild +++ b/media-gfx/svg2rlg/svg2rlg-0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"