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 14D421382C5 for ; Wed, 2 Dec 2020 21:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DEFFE086C; Wed, 2 Dec 2020 21:54:53 +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 0C313E086E for ; Wed, 2 Dec 2020 21:54:53 +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 EF81B341184 for ; Wed, 2 Dec 2020 21:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 915E046F for ; Wed, 2 Dec 2020 21:54:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606946085.9bba974701b5d11d7f0b6e57963abca8a783fbde.sam@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.24.0-r1.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bba974701b5d11d7f0b6e57963abca8a783fbde X-VCS-Branch: master Date: Wed, 2 Dec 2020 21:54:50 +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: 735f73c3-bff6-42bb-b970-3fa384ce1e1a X-Archives-Hash: 51ae3c444eb2518313434f81a0503fa3 commit: 9bba974701b5d11d7f0b6e57963abca8a783fbde Author: Sam James gentoo org> AuthorDate: Wed Dec 2 21:53:01 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 2 21:54:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bba9747 x11-misc/mozo: Stabilize 1.24.0-r1 amd64, #758134 Signed-off-by: Sam James gentoo.org> x11-misc/mozo/mozo-1.24.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild b/x11-misc/mozo/mozo-1.24.0-r1.ebuild index 8977a145b15..0a786dcbeda 100644 --- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild +++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit mate python-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Mozo menu editor for MATE"