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 79418139694 for ; Tue, 16 May 2017 14:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F0A5E0DD4; Tue, 16 May 2017 14:47:36 +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 808D2E0DD4 for ; Tue, 16 May 2017 14:47:36 +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 90387341659 for ; Tue, 16 May 2017 14:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398657449 for ; Tue, 16 May 2017 14:47:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1494946025.f21de0c293598a01b658b72ae11a35d1c9638eca.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paver/paver-1.2.4.ebuild X-VCS-Directories: dev-python/paver/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f21de0c293598a01b658b72ae11a35d1c9638eca X-VCS-Branch: master Date: Tue, 16 May 2017 14:47:34 +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: 3fa053f4-0f63-4de8-b9e5-7b463be50452 X-Archives-Hash: d9d0f30561c3a2607b7fd34510e23132 commit: f21de0c293598a01b658b72ae11a35d1c9638eca Author: Mike Gilbert gentoo org> AuthorDate: Tue May 16 14:47:05 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 16 14:47:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21de0c2 dev-python/paver: ALLARCHES stable Bug: https://bugs.gentoo.org/618474 Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62 dev-python/paver/paver-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/paver/paver-1.2.4.ebuild b/dev-python/paver/paver-1.2.4.ebuild index 64bb143244c..5756d5ca5a5 100644 --- a/dev-python/paver/paver-1.2.4.ebuild +++ b/dev-python/paver/paver-1.2.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"