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 48885138334 for ; Sun, 9 Sep 2018 23:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11151E0BAB; Sun, 9 Sep 2018 23:53:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB085E0BAB for ; Sun, 9 Sep 2018 23:53:48 +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 51143340F4A for ; Sun, 9 Sep 2018 23:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A0393E1 for ; Sun, 9 Sep 2018 23:53:43 +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: <1536537191.824cf9ca448748720dc2fbda6b9bb475f8511a80.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild X-VCS-Directories: x11-terms/mate-terminal/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 824cf9ca448748720dc2fbda6b9bb475f8511a80 X-VCS-Branch: master Date: Sun, 9 Sep 2018 23:53:43 +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: be8be6d3-7265-41a8-8d79-a7207592574a X-Archives-Hash: 3bd52640ca5dbee7fadbcb1c759a7785 commit: 824cf9ca448748720dc2fbda6b9bb475f8511a80 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:44:45 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824cf9ca x11-terms/mate-terminal: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild b/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild index 3dd7e3b4735..f1ca95e7b6a 100644 --- a/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild +++ b/x11-terms/mate-terminal/mate-terminal-1.18.2.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 Terminal"