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 469BF139083 for ; Thu, 21 Dec 2017 21:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99B35E0FEE; Thu, 21 Dec 2017 21:16:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77B89E0FEB for ; Thu, 21 Dec 2017 21:16:08 +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 9214E340AED for ; Thu, 21 Dec 2017 21:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC0F2AEB2 for ; Thu, 21 Dec 2017 21:16:04 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513890925.3694384499da53df9ac44f090ee22e8d9cdf0ae9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3694384499da53df9ac44f090ee22e8d9cdf0ae9 X-VCS-Branch: master Date: Thu, 21 Dec 2017 21:16:04 +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: c4233561-d83d-4f98-bc6c-5ef6e464da04 X-Archives-Hash: 1fa62dd76dacdeec9e3f9ed0f668c08a commit: 3694384499da53df9ac44f090ee22e8d9cdf0ae9 Author: Roy Bamford gentoo org> AuthorDate: Tue Oct 17 16:17:46 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 21 21:15:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36943844 mate-base/mate-applets: added ~arm64 keyword. Package-Manager: Portage-2.3.11, Repoman-2.3.3 mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild b/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild index 4db7d9bb26f..5f55633bb79 100644 --- a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit mate python-single-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Applets for the MATE Desktop and Panel"