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 D6A05158012 for ; Wed, 22 Sep 2021 12:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C765E0866; Wed, 22 Sep 2021 12:17:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 26C2EE0866 for ; Wed, 22 Sep 2021 12:17:05 +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 5943F342DB2 for ; Wed, 22 Sep 2021 12:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12DB2CF for ; Wed, 22 Sep 2021 12:17:03 +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: <1632313010.11826c9310103bd60db5658f557750ae150a9ebb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog/eog-40.3.ebuild X-VCS-Directories: media-gfx/eog/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 11826c9310103bd60db5658f557750ae150a9ebb X-VCS-Branch: master Date: Wed, 22 Sep 2021 12:17:03 +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: 917fbf3f-1935-4ce9-9d77-d705abb5b413 X-Archives-Hash: 7701cd488875bc19d909556ed90688b1 commit: 11826c9310103bd60db5658f557750ae150a9ebb Author: Mart Raudsepp gentoo org> AuthorDate: Wed Sep 22 12:14:48 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Sep 22 12:16:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11826c93 media-gfx/eog: clarify libportal comment in ebuild While it indeed is not yet packaged, it also wouldn't provide any value, as all its usages are inside a runtime check whether eog is running inside flatpak. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/eog/eog-40.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild index e0fd2241d63..bde892982ea 100644 --- a/media-gfx/eog/eog-40.3.ebuild +++ b/media-gfx/eog/eog-40.3.ebuild @@ -55,7 +55,7 @@ src_configure() { $(meson_use gtk-doc gtk_doc) $(meson_use introspection) -Dinstalled_tests=false - -Dlibportal=false # Not packaged + -Dlibportal=false # As of 40.3, all libportal usages are flatpak-specific ) meson_src_configure }