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 97FF2139083 for ; Thu, 21 Dec 2017 21:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E291E0F83; Thu, 21 Dec 2017 21:16:08 +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 D4D98E0F81 for ; Thu, 21 Dec 2017 21:16:07 +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 D8B3933E362 for ; Thu, 21 Dec 2017 21:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED70AAEA5 for ; Thu, 21 Dec 2017 21:16:03 +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: <1513890900.2e10018c8292e95007d3ca1129464368ae4d77fa.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-menus/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-menus/mate-menus-1.18.0.ebuild X-VCS-Directories: mate-base/mate-menus/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 2e10018c8292e95007d3ca1129464368ae4d77fa X-VCS-Branch: master Date: Thu, 21 Dec 2017 21:16:03 +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: d0d1275c-483b-499f-81bc-69e8dc252464 X-Archives-Hash: 016fbca4d98b5a55ab2111ec9d287653 commit: 2e10018c8292e95007d3ca1129464368ae4d77fa Author: Roy Bamford gentoo org> AuthorDate: Sun Sep 10 11:58:20 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 21 21:15:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e10018c mate-base/mate-menus: added ~arm64 keyword. Package-Manager: Portage-2.3.8, Repoman-2.3.3 mate-base/mate-menus/mate-menus-1.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate-menus/mate-menus-1.18.0.ebuild b/mate-base/mate-menus/mate-menus-1.18.0.ebuild index 0f543950da7..f9eea2c1fab 100644 --- a/mate-base/mate-menus/mate-menus-1.18.0.ebuild +++ b/mate-base/mate-menus/mate-menus-1.18.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec"