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 6B0AC15800A for ; Thu, 27 Jul 2023 05:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7639BE0968; Thu, 27 Jul 2023 05:46:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 54F55E0967 for ; Thu, 27 Jul 2023 05:46:25 +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 563B8341172 for ; Thu, 27 Jul 2023 05:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49C6DD0 for ; Thu, 27 Jul 2023 05:46:22 +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: <1690436715.410b67f285c025dd7a81400e149ab577861d436b.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 410b67f285c025dd7a81400e149ab577861d436b X-VCS-Branch: master Date: Thu, 27 Jul 2023 05:46:22 +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: f3f4f2bd-d098-43bc-bc9f-2aa480c23877 X-Archives-Hash: f2641a62836702c07e31922b365fc385 commit: 410b67f285c025dd7a81400e149ab577861d436b Author: WANG Xuerui gentoo org> AuthorDate: Thu Jul 27 05:27:00 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Jul 27 05:45:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410b67f2 net-libs/gnome-online-accounts: keyword 3.48.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild index ce83d599874d..0fb916ac96ee 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.48.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0/1" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86" IUSE="debug gnome gtk-doc +introspection kerberos man +vala" REQUIRED_USE="vala? ( introspection )"