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 615D8158649 for ; Sat, 13 May 2023 00:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D74E08D3; Sat, 13 May 2023 00:43:52 +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 6018AE07E6 for ; Sat, 13 May 2023 00:43:52 +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 54B41340E24 for ; Sat, 13 May 2023 00:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECA2A59 for ; Sat, 13 May 2023 00:43:49 +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: <1683938487.be77a0270a9a4ac15a0b142bf86b8186657e099c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp/gupnp-1.4.3.ebuild X-VCS-Directories: net-libs/gupnp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be77a0270a9a4ac15a0b142bf86b8186657e099c X-VCS-Branch: master Date: Sat, 13 May 2023 00:43:49 +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: 8b160649-afa5-4da0-83f3-5b43742a62d0 X-Archives-Hash: 3ec6acb85846d69881a9eb8d2f3ba57d commit: be77a0270a9a4ac15a0b142bf86b8186657e099c Author: Sam James gentoo org> AuthorDate: Sat May 13 00:28:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 13 00:41:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be77a027 net-libs/gupnp: backport -Werror fix Bug: https://bugs.gentoo.org/906124 Signed-off-by: Sam James gentoo.org> net-libs/gupnp/gupnp-1.4.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index 6b4ce1076fda..a1b2000c2291 100644 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild @@ -47,6 +47,9 @@ BDEPEND=" src_prepare() { use introspection && vala_src_prepare xdg_src_prepare + + # This makes sense for upstream but not for us downstream, bug #906124. + sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die } multilib_src_configure() {