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 95DA913888F for ; Thu, 15 Oct 2015 08:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8562221C021; Thu, 15 Oct 2015 08:26:38 +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 17D9F21C01F for ; Thu, 15 Oct 2015 08:26:38 +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 0586534070A for ; Thu, 15 Oct 2015 08:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ADC6922 for ; Thu, 15 Oct 2015 08:26:35 +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: <1444897267.44eecd4f5c75a6d38e60a48f250c132b903bdb3b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild X-VCS-Directories: dev-python/python-sqlparse/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 44eecd4f5c75a6d38e60a48f250c132b903bdb3b X-VCS-Branch: master Date: Thu, 15 Oct 2015 08:26:35 +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: 266296e5-a517-4a95-adc1-adbec6c87a91 X-Archives-Hash: ba725b5c06bb9b7a06fe2e2c97559913 commit: 44eecd4f5c75a6d38e60a48f250c132b903bdb3b Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 15 08:21:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 15 08:21:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eecd4f dev-python/python-sqlparse: Keyword under ALLARCHES policy Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=525562 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild index 5a3edd7..df6e142 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbr SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 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" LICENSE="BSD-2" IUSE="doc test"