From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706426-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE84915812D for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 03:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D14E0101; Mon, 06 Jan 2025 03:47:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 524F9E0101 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 6B6D633BF36 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDEEC1993 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:47:28 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> 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" <xen0n@gentoo.org> Message-ID: <1736135163.a664248a11e178651f19df3d21e428f9dd89b7c5.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/msgraph/msgraph-0.2.3.ebuild X-VCS-Directories: net-libs/msgraph/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: a664248a11e178651f19df3d21e428f9dd89b7c5 X-VCS-Branch: master Date: Mon, 06 Jan 2025 03:47:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a363c4d4-cb37-462b-8ec8-1b7c29cd7e1f X-Archives-Hash: 3a484cf22d44fc63e0183c7f7b875b14 commit: a664248a11e178651f19df3d21e428f9dd89b7c5 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 02:58:29 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 03:46:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a664248a net-libs/msgraph: keyword 0.2.3 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> net-libs/msgraph/msgraph-0.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild index f8d84f7c0d8b..b904efdb790b 100644 --- a/net-libs/msgraph/msgraph-0.2.3.ebuild +++ b/net-libs/msgraph/msgraph-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph" LICENSE="LGPL-2+" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="debug gtk-doc +introspection man test" REQUIRED_USE="gtk-doc? ( introspection )"