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 35B9A139695 for ; Sat, 3 Jun 2017 19:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C8EE0BE9; Sat, 3 Jun 2017 19:09:23 +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 1345AE0BE9 for ; Sat, 3 Jun 2017 19:09:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2836341853 for ; Sat, 3 Jun 2017 19:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DB7746A for ; Sat, 3 Jun 2017 19:09:20 +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: <1496516958.0f5944db60b50fc08e237775a39917e55271205e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urwid/urwid-1.3.1.ebuild X-VCS-Directories: dev-python/urwid/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0f5944db60b50fc08e237775a39917e55271205e X-VCS-Branch: master Date: Sat, 3 Jun 2017 19:09:20 +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: 6864a58c-b308-418c-ae68-1a579318ba1c X-Archives-Hash: 3d5be98d2bd3257970aafa99f7eaa21c commit: 0f5944db60b50fc08e237775a39917e55271205e Author: Mike Gilbert gentoo org> AuthorDate: Sat Jun 3 19:09:04 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 3 19:09:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5944db dev-python/urwid: move ~arm64 keyword forward Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69 dev-python/urwid/urwid-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index b358916de84..5b3241b701b 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples" DEPEND="