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 AC8EF1384AE for ; Sun, 20 Sep 2015 17:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3D7E08BA; Sun, 20 Sep 2015 17:02:36 +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 F0ACEE08BA for ; Sun, 20 Sep 2015 17:02:35 +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 1EE8534084C for ; Sun, 20 Sep 2015 17:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4282172 for ; Sun, 20 Sep 2015 17:02:33 +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: <1442768548.d0157552ad7d4a6408799a08e2fa4b52fa8f7e29.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logilab-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logilab-common/logilab-common-0.63.2.ebuild X-VCS-Directories: dev-python/logilab-common/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d0157552ad7d4a6408799a08e2fa4b52fa8f7e29 X-VCS-Branch: master Date: Sun, 20 Sep 2015 17:02:33 +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: 5fe15f15-34a8-43bd-88a6-d24dc117d03c X-Archives-Hash: 8dce8143046b44b0d0bfb4a7e8771a40 commit: d0157552ad7d4a6408799a08e2fa4b52fa8f7e29 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 20 17:00:32 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 20 17:02:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0157552 dev-python/logilab-common: 0.63.2 stable on arm Package-Manager: portage-2.2.20_p48 dev-python/logilab-common/logilab-common-0.63.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/logilab-common/logilab-common-0.63.2.ebuild b/dev-python/logilab-common/logilab-common-0.63.2.ebuild index 57449d04..6292689 100644 --- a/dev-python/logilab-common/logilab-common-0.63.2.ebuild +++ b/dev-python/logilab-common/logilab-common-0.63.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"