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 6663E139694 for ; Tue, 9 May 2017 07:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A46A21C0A6; Tue, 9 May 2017 07:49:53 +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 4A40421C0A6 for ; Tue, 9 May 2017 07:49:53 +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 4555F34170B for ; Tue, 9 May 2017 07:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 687FB7464 for ; Tue, 9 May 2017 07:49:47 +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: <1494316165.7e13e9f808c2a33103cd6bca5d366fc741a54d3f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-2.6.0.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7e13e9f808c2a33103cd6bca5d366fc741a54d3f X-VCS-Branch: master Date: Tue, 9 May 2017 07:49:47 +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: ad9907c4-4d3d-4791-a619-fbfa40dfc69c X-Archives-Hash: ac7a938d8ccec168c60aa09eded21bf2 commit: 7e13e9f808c2a33103cd6bca5d366fc741a54d3f Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 9 07:33:35 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 9 07:49:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e13e9f8 dev-python/jsonschema-2.6.0-r0: add ~alpha keyword Gentoo-Bug: 617424 dev-python/jsonschema/jsonschema-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-2.6.0.ebuild b/dev-python/jsonschema/jsonschema-2.6.0.ebuild index a1736a05a02..39299911bf5 100644 --- a/dev-python/jsonschema/jsonschema-2.6.0.ebuild +++ b/dev-python/jsonschema/jsonschema-2.6.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND="