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 B2392138330 for ; Sat, 1 Oct 2016 12:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE55821C09C; Sat, 1 Oct 2016 12:57: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 B2BC221C09C for ; Sat, 1 Oct 2016 12:57:27 +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 2F4EC340DD1 for ; Sat, 1 Oct 2016 12:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A0324A8 for ; Sat, 1 Oct 2016 07:53:01 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1475308365.a96759526cde689a55f00f922043464b3068ab4f.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/boto/boto-2.41.0.ebuild X-VCS-Directories: dev-python/boto/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: a96759526cde689a55f00f922043464b3068ab4f X-VCS-Branch: master Date: Sat, 1 Oct 2016 07:53:01 +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: e6e13c3b-08f2-4178-b7a9-a456075939ef X-Archives-Hash: b3132a05285b35956c7ef27bb4f829a1 commit: a96759526cde689a55f00f922043464b3068ab4f Author: Markus Meier gentoo org> AuthorDate: Sat Oct 1 07:52:45 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 1 07:52:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9675952 dev-python/boto: arm stable, bug #592086 Package-Manager: portage-2.3.1 RepoMan-Options: --include-arches="arm" dev-python/boto/boto-2.41.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/boto/boto-2.41.0.ebuild b/dev-python/boto/boto-2.41.0.ebuild index 532f935..9790feb 100644 --- a/dev-python/boto/boto-2.41.0.ebuild +++ b/dev-python/boto/boto-2.41.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"