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 9293F138272 for ; Thu, 26 May 2016 11:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01ADC21C039; Thu, 26 May 2016 11:58:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D73F21C039 for ; Thu, 26 May 2016 11:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4270A340B25 for ; Thu, 26 May 2016 11:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338C587B for ; Thu, 26 May 2016 11:58:15 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464263867.0f13c9845fd2e44099b93fb2e8d08e3f6f57cfc5.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-6.3.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 0f13c9845fd2e44099b93fb2e8d08e3f6f57cfc5 X-VCS-Branch: master Date: Thu, 26 May 2016 11:58:15 +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: afeffd19-dea5-417c-a6b2-5159d93403fd X-Archives-Hash: c33242059c95c4035f4670292d1a84f7 commit: 0f13c9845fd2e44099b93fb2e8d08e3f6f57cfc5 Author: Tobias Klausmann gentoo org> AuthorDate: Thu May 26 11:57:47 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu May 26 11:57:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f13c984 dev-python/click-6.3-r0: add alpha keyword Gentoo-Bug: 575536 Package-Manager: portage-2.3.0_rc1 dev-python/click/click-6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click/click-6.3.ebuild b/dev-python/click/click-6.3.ebuild index e7fe233..06d1963 100644 --- a/dev-python/click/click-6.3.ebuild +++ b/dev-python/click/click-6.3.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://click.pocoo.org/ https://pypi.python.org/pypi/click" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="doc examples test" REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"