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 B21B9158020 for ; Mon, 5 Dec 2022 17:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E03C5E0866; Mon, 5 Dec 2022 17:25:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9C5AE0866 for ; Mon, 5 Dec 2022 17:25:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F111A3410B8 for ; Mon, 5 Dec 2022 17:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 477E477D for ; Mon, 5 Dec 2022 17:24:57 +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: <1670260887.d469a41909f17f7fab933cbcaf6752b2390eacf1.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-43.1.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: d469a41909f17f7fab933cbcaf6752b2390eacf1 X-VCS-Branch: master Date: Mon, 5 Dec 2022 17:24:57 +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: 76a73942-0a2f-4ff2-b7f0-6d3cb2688869 X-Archives-Hash: 629ec7ff574ec3c608726eff5513585c commit: d469a41909f17f7fab933cbcaf6752b2390eacf1 Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 5 16:05:40 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 5 17:21:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d469a419 gnome-base/nautilus: keyword 43.1 for ~loong One test case ("nautilus") during first install fails with the following: ``` ** (org.gnome.Nautilus:3464491): WARNING **: 00:08:03.908: Unable to initialize tag manager: 'file:///usr/share/nautilus/ontology' is not a ontology location ``` However after the package is already installed, the test now passes. Signed-off-by: WANG Xuerui gentoo.org> gnome-base/nautilus/nautilus-43.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/nautilus/nautilus-43.1.ebuild b/gnome-base/nautilus/nautilus-43.1.ebuild index b15e42260d35..5e656aca5e1e 100644 --- a/gnome-base/nautilus/nautilus-43.1.ebuild +++ b/gnome-base/nautilus/nautilus-43.1.ebuild @@ -13,7 +13,7 @@ SLOT="0" IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto" REQUIRED_USE="gtk-doc? ( introspection )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc" DEPEND=" >=dev-libs/glib-2.72.0:2