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 A96A8138334 for ; Mon, 10 Sep 2018 16:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C057CE0B60; Mon, 10 Sep 2018 16:19: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 98F7EE0B20 for ; Mon, 10 Sep 2018 16:19:09 +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 DB783335D09 for ; Mon, 10 Sep 2018 16:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4B13E1 for ; Mon, 10 Sep 2018 16:19:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536596325.2f5b02a5fd3bbab65c5f6f55a0f22d28a10ec9ad.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-calc/mate-calc-1.18.1.ebuild X-VCS-Directories: mate-extra/mate-calc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2f5b02a5fd3bbab65c5f6f55a0f22d28a10ec9ad X-VCS-Branch: master Date: Mon, 10 Sep 2018 16:19: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: 745eedde-aba6-4ad7-af05-023ffa592b9a X-Archives-Hash: ac7a01cce513ab1861d11d86b72652c7 commit: 2f5b02a5fd3bbab65c5f6f55a0f22d28a10ec9ad Author: Mikle Kolyada gentoo org> AuthorDate: Mon Sep 10 16:11:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Sep 10 16:18:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5b02a5 mate-extra/mate-calc: amd64 stable wrt bug #625838 Package-Manager: Portage-2.3.40, Repoman-2.3.9 mate-extra/mate-calc/mate-calc-1.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild b/mate-extra/mate-calc/mate-calc-1.18.1.ebuild index 157bf5c7d80..b6f772ca355 100644 --- a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.18.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Calculator for MATE"