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 1C387158003 for ; Tue, 17 May 2022 05:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A033FE09AE; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88A83E09AD for ; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A793A341B68 for ; Tue, 17 May 2022 05:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF3BA483 for ; Tue, 17 May 2022 05:59:18 +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: <1652766842.bf8a00a88eb1e25357df477ad3836b84026efa36.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf8a00a88eb1e25357df477ad3836b84026efa36 X-VCS-Branch: master Date: Tue, 17 May 2022 05:59:18 +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: 5b72a7ac-f2ec-461c-8430-ee3c57a2c79e X-Archives-Hash: cc88f22d2004f01753d0af5d0b6ee183 commit: bf8a00a88eb1e25357df477ad3836b84026efa36 Author: Sam James gentoo org> AuthorDate: Tue May 17 05:54:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:54:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8a00a8 gui-libs/xdg-desktop-portal-wlr: [QA] drop implicit -Dwerror=false for meson ebuilds Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's always set for Meson builds, so we don't need to repeat it in ebuilds. Signed-off-by: Sam James gentoo.org> .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild | 9 +-------- .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild | 7 +++---- .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 7 +++---- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild index 8c3cb07c2bc8..4fa2c0038d6a 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,10 +38,3 @@ BDEPEND=" dev-libs/inih:0 virtual/pkgconfig " - -src_configure() { - local emesonargs=( - "-Dwerror=false" - ) - meson_src_configure -} diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild index f0ce88fcabfe..66a4144bb676 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,9 +41,8 @@ BDEPEND=" " src_configure() { - local emesonargs=( - "-Dwerror=false" - ) + local emesonargs=() + if use systemd; then emesonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index f0ce88fcabfe..66a4144bb676 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,9 +41,8 @@ BDEPEND=" " src_configure() { - local emesonargs=( - "-Dwerror=false" - ) + local emesonargs=() + if use systemd; then emesonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then