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 BFBFE138334 for ; Sun, 9 Sep 2018 23:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1A3E0B5E; Sun, 9 Sep 2018 23:53:46 +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 668E4E0B5E for ; Sun, 9 Sep 2018 23:53:46 +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 59B7D340F3E for ; Sun, 9 Sep 2018 23:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78BA33D9 for ; Sun, 9 Sep 2018 23:53:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536537174.3e4213da126f4ded3676296bfbe94a146fe4fc05.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-system-monitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild X-VCS-Directories: mate-extra/mate-system-monitor/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3e4213da126f4ded3676296bfbe94a146fe4fc05 X-VCS-Branch: master Date: Sun, 9 Sep 2018 23:53:42 +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: ad1e6975-c94e-446d-8a86-bbfbf55ab611 X-Archives-Hash: 7e58ef54c629a485fe69c52b9089dd90 commit: 3e4213da126f4ded3676296bfbe94a146fe4fc05 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:38:28 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4213da mate-extra/mate-system-monitor: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild index 42201ba024f..119e2d7fbca 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="The MATE System Monitor"