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 E5543138359 for ; Fri, 8 May 2020 04:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C35CDE088A; Fri, 8 May 2020 04:45:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AE250E088A for ; Fri, 8 May 2020 04:45:10 +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 BD1D834F395 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 BE606256 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: <1588913066.aa845d243747cdc15fcf015933059df25fb3395f.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mozo/mozo-1.22.2.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: aa845d243747cdc15fcf015933059df25fb3395f 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: 80168863-8042-4004-a898-2371661271af X-Archives-Hash: 773c2963a7c7b90d6721b9e2775c74ad commit: aa845d243747cdc15fcf015933059df25fb3395f Author: Adam Feldman gentoo org> AuthorDate: Fri May 8 04:36:58 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Fri May 8 04:44:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa845d24 x11-misc/mozo: Stabilize 1.22.2 for amd64,x86 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Adam Feldman gentoo.org> x11-misc/mozo/mozo-1.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mozo/mozo-1.22.2.ebuild b/x11-misc/mozo/mozo-1.22.2.ebuild index 950b638c809..2aef03eb2fc 100644 --- a/x11-misc/mozo/mozo-1.22.2.ebuild +++ b/x11-misc/mozo/mozo-1.22.2.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit python-r1 mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Mozo menu editor for MATE"