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 810B6139695 for ; Wed, 15 Feb 2017 13:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F51E0CFF; Wed, 15 Feb 2017 13:49:27 +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 97FDDE0CFF for ; Wed, 15 Feb 2017 13:49:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB1A9341655 for ; Wed, 15 Feb 2017 13:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2BE48BE for ; Wed, 15 Feb 2017 13:49:25 +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: <1487166531.5c9c8aa8aefb0922ec2caeafa256657d2feafcc0.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alabaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alabaster/alabaster-0.7.9.ebuild X-VCS-Directories: dev-python/alabaster/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 5c9c8aa8aefb0922ec2caeafa256657d2feafcc0 X-VCS-Branch: master Date: Wed, 15 Feb 2017 13:49:25 +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: 5ee2b0f8-e7d1-4e82-a3f2-7de55de055ad X-Archives-Hash: 45c69e19e6971d0d561a00fd6460272e commit: 5c9c8aa8aefb0922ec2caeafa256657d2feafcc0 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Feb 15 13:48:51 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Feb 15 13:48:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9c8aa8 dev-python/alabaster-0.7.9-r0: add alpha keyword Gentoo-Bug: 605184 dev-python/alabaster/alabaster-0.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alabaster/alabaster-0.7.9.ebuild b/dev-python/alabaster/alabaster-0.7.9.ebuild index 88783dbb0f..cb047a38f0 100644 --- a/dev-python/alabaster/alabaster-0.7.9.ebuild +++ b/dev-python/alabaster/alabaster-0.7.9.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" -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" SLOT="0" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"