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 5445C15814C for ; Fri, 22 Sep 2023 18:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 674302BC055; Fri, 22 Sep 2023 18:23:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4D2AE2BC055 for ; Fri, 22 Sep 2023 18:23:48 +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 050CF33BF53 for ; Fri, 22 Sep 2023 18:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65B7811D6 for ; Fri, 22 Sep 2023 18:23:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695406833.6d69ec7ab4c2831e5a64f1576b21b15feba5c748.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild X-VCS-Directories: sys-apps/xdg-desktop-portal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d69ec7ab4c2831e5a64f1576b21b15feba5c748 X-VCS-Branch: master Date: Fri, 22 Sep 2023 18:23:45 +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: 0f157038-548b-4189-8213-24be8360190e X-Archives-Hash: 870458f01d2c67558018a13045f3912c commit: 6d69ec7ab4c2831e5a64f1576b21b15feba5c748 Author: Sam James gentoo org> AuthorDate: Fri Sep 22 18:20:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 22 18:20:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d69ec7a sys-apps/xdg-desktop-portal: drop unnecessary meson arg for flatpak dir It defaults to the right thing, at least nowadays (possible the autotools setup didn't, or it was some attempt to avoid needing flatpak just for the XML file). But in any case, not needed now. Bug: https://bugs.gentoo.org/914539 Bug: https://bugs.gentoo.org/914541 Signed-off-by: Sam James gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild index 70f000d184f0..0b47fc2c5796 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild @@ -89,8 +89,6 @@ src_configure() { $(meson_feature test pytest) ) - use flatpak && emesonargs+=( -Dflatpak-interfaces-dir="${EPREFIX}/usr/share/dbus-1/interfaces" ) - meson_src_configure }