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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F6BE158019 for ; Fri, 1 Oct 2021 16:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F9FE0903; Fri, 1 Oct 2021 16:49:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99E0BE0903 for ; Fri, 1 Oct 2021 16:49:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76ECC342A3E for ; Fri, 1 Oct 2021 16:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C4389 for ; Fri, 1 Oct 2021 16:49:48 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1633106972.567b783c148b3d45923c27ae8940756b0d27f3ae.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-40.2.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 567b783c148b3d45923c27ae8940756b0d27f3ae X-VCS-Branch: master Date: Fri, 1 Oct 2021 16:49:48 +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: 018284aa-1b57-47b8-a4dd-7679fb46bc28 X-Archives-Hash: 15a251ed201c9e134387134874fdcbd0 commit: 567b783c148b3d45923c27ae8940756b0d27f3ae Author: Mart Raudsepp gentoo org> AuthorDate: Fri Oct 1 16:07:03 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Oct 1 16:49:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567b783c gnome-base/nautilus: clarify libportal option in ebuild Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/nautilus/nautilus-40.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/nautilus/nautilus-40.2.ebuild b/gnome-base/nautilus/nautilus-40.2.ebuild index 60b6475d503..385e54560b0 100644 --- a/gnome-base/nautilus/nautilus-40.2.ebuild +++ b/gnome-base/nautilus/nautilus-40.2.ebuild @@ -72,7 +72,7 @@ src_configure() { -Dextensions=true # image file properties, sendto support; also required for -Dgstreamer=true $(meson_use gstreamer) # gstreamer audio-video-properties extension $(meson_use introspection) - -Dlibportal=false + -Dlibportal=false # As of 40.2, all libportal usages are flatpak-specific -Dpackagekit=false $(meson_use selinux) -Dprofiling=false