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 CFE6A158094 for ; Tue, 28 Jun 2022 02:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA46BE0CB4; Tue, 28 Jun 2022 02:03:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDCCAE0CB4 for ; Tue, 28 Jun 2022 02:03:43 +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 E94873416B5 for ; Tue, 28 Jun 2022 02:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C286520 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: <1656381498.658a1000b01994cedbbe9d37cd1a8b15bd200ffb.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild X-VCS-Directories: x11-misc/mate-notification-daemon/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 658a1000b01994cedbbe9d37cd1a8b15bd200ffb 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: 5e90de06-c817-4c85-99a7-28ab902040a0 X-Archives-Hash: 839f726f77f1044f0a9cac2ba6768643 commit: 658a1000b01994cedbbe9d37cd1a8b15bd200ffb Author: WANG Xuerui gentoo org> AuthorDate: Tue Jun 28 01:58:18 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jun 28 01:58:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658a1000 x11-misc/mate-notification-daemon: keyword 1.24.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> .../mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild index 0cfababe83cf..1c0ecf0f1800 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-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 @@ MATE_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 Notification daemon"