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 C79B4138334 for ; Sun, 9 Sep 2018 23:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A284E0B92; Sun, 9 Sep 2018 23:53:48 +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 D0E75E0B92 for ; Sun, 9 Sep 2018 23:53:47 +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 BEEFE340F39 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 B05FA3DC 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: <1536537181.fba548c4831acf861e4e7f74b7c5925f82fe1842.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.18.3.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fba548c4831acf861e4e7f74b7c5925f82fe1842 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: bf67dc21-065e-4d53-844a-a366bd79f7cf X-Archives-Hash: bc0bc2b253589746851f5e972a9916c6 commit: fba548c4831acf861e4e7f74b7c5925f82fe1842 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:40:41 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba548c4 mate-extra/mate-utils: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-utils/mate-utils-1.18.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild index cf2eeaeb518..49607ddeba5 100644 --- a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Utilities for the MATE desktop"