summaryrefslogtreecommitdiff
path: root/net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-23 08:58:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-23 08:58:35 +0100
commit955b5fcaf4acc77c39a1f145d7c56e99f13083a7 (patch)
tree1141703ebc6ca24ff935b991e261d716a5d98243 /net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild
parent24c53d42e0294f4f6e36fbb051891af86c9ae503 (diff)
gentoo auto-resync : 23:05:2023 - 08:58:35
Diffstat (limited to 'net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild')
-rw-r--r--net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild b/net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild
index 08a912bd247f..87d1c15e744b 100644
--- a/net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild
+++ b/net-libs/gupnp-av/gupnp-av-0.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,6 +32,9 @@ BDEPEND="
src_prepare() {
use vala && vala_setup
default
+
+ # This makes sense for upstream but not for us downstream, bug #906641.
+ sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die
}
src_configure() {