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 514B51386F4 for ; Sun, 9 Aug 2015 15:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76282E07FA; Sun, 9 Aug 2015 15:30:20 +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 0EBEDE07FA for ; Sun, 9 Aug 2015 15:30:19 +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 0D70D340A02 for ; Sun, 9 Aug 2015 15:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E1B13F for ; Sun, 9 Aug 2015 15:30:17 +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: <1439134202.b030e273d4d2ac827b54e9078e34833c25ea2691.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hacking/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hacking/hacking-0.9.5.ebuild X-VCS-Directories: dev-python/hacking/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b030e273d4d2ac827b54e9078e34833c25ea2691 X-VCS-Branch: master Date: Sun, 9 Aug 2015 15:30:17 +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: b3109374-72a6-4fd2-bd29-ff3636a0ee86 X-Archives-Hash: 9e980d347a9cb0dfea5e70994380feb4 commit: b030e273d4d2ac827b54e9078e34833c25ea2691 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Aug 9 15:30:02 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Aug 9 15:30:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b030e273 dev-python/hacking: add ~alpha keyword Gentoo-Bug: 549232 Package-Manager: portage-2.2.20 dev-python/hacking/hacking-0.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hacking/hacking-0.9.5.ebuild b/dev-python/hacking/hacking-0.9.5.ebuild index 29caf8b..ed35068 100644 --- a/dev-python/hacking/hacking-0.9.5.ebuild +++ b/dev-python/hacking/hacking-0.9.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="~dev-python/pep8-1.5.6[${PYTHON_USEDEP}]