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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90796158094 for ; Tue, 28 Jun 2022 02:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAEEE0CB9; Tue, 28 Jun 2022 02:03:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F20DE0CB9 for ; Tue, 28 Jun 2022 02:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F2F43416D0 for ; Tue, 28 Jun 2022 02:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52014522 for ; Tue, 28 Jun 2022 02:03:40 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1656381502.ce45092e6228011e8a2a117ae508a4ea6706f49f.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.24.2.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ce45092e6228011e8a2a117ae508a4ea6706f49f X-VCS-Branch: master Date: Tue, 28 Jun 2022 02:03:40 +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: e76d42fb-977e-40f5-986e-7fbed6b6f3a5 X-Archives-Hash: 6c58094131c64272a3c5951655996a92 commit: ce45092e6228011e8a2a117ae508a4ea6706f49f Author: WANG Xuerui gentoo org> AuthorDate: Tue Jun 28 01:58:22 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jun 28 01:58:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce45092e x11-wm/marco: keyword 1.24.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> x11-wm/marco/marco-1.24.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/marco/marco-1.24.2.ebuild b/x11-wm/marco/marco-1.24.2.ebuild index 3583e642ce12..3b1150d4eb99 100644 --- a/x11-wm/marco/marco-1.24.2.ebuild +++ b/x11-wm/marco/marco-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MATE2_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="MATE default window manager"