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 95E641388C0 for ; Sun, 28 Feb 2016 06:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7313221C07C; Sun, 28 Feb 2016 06:51:26 +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 DEFC821C07C for ; Sun, 28 Feb 2016 06:51:25 +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 F37F2340AE4 for ; Sun, 28 Feb 2016 06:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0891BA1 for ; Sun, 28 Feb 2016 06:51:22 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456641964.23d5258bf1ad251bbd1ee9acb9681ea44b62a0b3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-greenlet/python-greenlet-1.0.ebuild X-VCS-Directories: virtual/python-greenlet/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 23d5258bf1ad251bbd1ee9acb9681ea44b62a0b3 X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:51:22 +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: d75666e3-f484-4dcd-930b-59e9192cd01e X-Archives-Hash: bad1b2d60ef1d3869f4c4a6676222b12 commit: 23d5258bf1ad251bbd1ee9acb9681ea44b62a0b3 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:46:04 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:46:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d5258b virtual/python-greenlet: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 virtual/python-greenlet/python-greenlet-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild index e3c7bde..7801571 100644 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="amd64 arm -hppa ~mips ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 -hppa ~mips ppc ppc64 x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"