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 0318413835A for ; Fri, 8 May 2020 04:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC80E088C; Fri, 8 May 2020 04:45:11 +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 67B13E088C for ; Fri, 8 May 2020 04:45:11 +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 8A89034F324 for ; Fri, 8 May 2020 04:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1118D24E for ; Fri, 8 May 2020 04:45:03 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1588913064.5ae8a7cb0a9edcddc9fd77a2f46e988dfcf4234e.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild X-VCS-Directories: mate-extra/mate-user-share/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 5ae8a7cb0a9edcddc9fd77a2f46e988dfcf4234e X-VCS-Branch: master Date: Fri, 8 May 2020 04:45: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b30baebe-247b-4cc6-972c-7f20e22237c6 X-Archives-Hash: 7cf6e663ef9d4122b763b1ebad4769b9 commit: 5ae8a7cb0a9edcddc9fd77a2f46e988dfcf4234e Author: Adam Feldman gentoo org> AuthorDate: Fri May 8 04:30:33 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Fri May 8 04:44:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae8a7cb mate-extra/mate-user-share: Stabilize 1.22.1 for amd64,x86 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Adam Feldman gentoo.org> mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild index 4d22498948d..3373fa4c543 100644 --- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild +++ b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="Personal file sharing for the MATE desktop"