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 A891E1382C5 for ; Sun, 11 Feb 2018 13:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E47C4E0D09; Sun, 11 Feb 2018 13:20:42 +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 C134BE0D09 for ; Sun, 11 Feb 2018 13:20:42 +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 C519A335C2A for ; Sun, 11 Feb 2018 13:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF0E1D7 for ; Sun, 11 Feb 2018 13:20:40 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1518355167.aa909b006576e40d02a73f00952ce44d48041cf4.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.18-align commit in: mate-extra/mate-calc/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-calc/mate-calc-1.18.0.ebuild X-VCS-Directories: mate-extra/mate-calc/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: aa909b006576e40d02a73f00952ce44d48041cf4 X-VCS-Branch: 1.18-align Date: Sun, 11 Feb 2018 13:20:40 +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: 9392b6b5-f420-4ecd-b683-12ba4ab77e80 X-Archives-Hash: 12ab4ba20b82fb5dc04bef3a5c9de015 commit: aa909b006576e40d02a73f00952ce44d48041cf4 Author: Ettore Di Giacinto gentoo org> AuthorDate: Sun Feb 11 13:19:27 2018 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Sun Feb 11 13:19:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=aa909b00 mate-extra/mate-calc: Sync with ::gentoo Package-Manager: Portage-2.3.20, Repoman-2.3.6 mate-extra/mate-calc/mate-calc-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild index c978863..bc43f40 100644 --- a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Calculator for MATE"