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 0DFCB1386F3 for ; Wed, 12 Aug 2015 13:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0000EE088B; Wed, 12 Aug 2015 13:44:35 +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 81AADE088B for ; Wed, 12 Aug 2015 13:44:35 +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 639493409C8 for ; Wed, 12 Aug 2015 13:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698C614F for ; Wed, 12 Aug 2015 13:44:32 +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: <1439387067.8f43db32c5157026d9f410ffd174bf1bf7d89ec2.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild X-VCS-Directories: dev-python/sphinx_rtd_theme/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8f43db32c5157026d9f410ffd174bf1bf7d89ec2 X-VCS-Branch: master Date: Wed, 12 Aug 2015 13:44:32 +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: 02006a73-009c-40c9-be55-70150ef044c2 X-Archives-Hash: 39c1b697343885d746ad3c0fae2df969 commit: 8f43db32c5157026d9f410ffd174bf1bf7d89ec2 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Aug 12 13:44:11 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Aug 12 13:44:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43db32 dev-python/sphinx_rtd_theme: add ~alpha keyword Gentoo-Bug: 543742 Package-Manager: portage-2.2.20.1 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild index 7985fb1..9d3a454 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"