summaryrefslogtreecommitdiff
path: root/net-libs/dleyna/files/meson-1.2.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/dleyna/files/meson-1.2.0.patch')
-rw-r--r--net-libs/dleyna/files/meson-1.2.0.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-libs/dleyna/files/meson-1.2.0.patch b/net-libs/dleyna/files/meson-1.2.0.patch
deleted file mode 100644
index 222ba8c5ea20..000000000000
--- a/net-libs/dleyna/files/meson-1.2.0.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-https://gitlab.gnome.org/World/dLeyna/-/merge_requests/6
-
-From 61d24fdccadc1c9a94f1351744376edcc2048105 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Mon, 17 Jul 2023 13:29:55 +0100
-Subject: [PATCH] subprojects: Fix typos for Meson 1.2 compatibility
-
-Bug: https://bugs.gentoo.org/909405
-Bug: https://bugs.gentoo.org/909431
---- a/subprojects/gssdp-1.6.wrap
-+++ b/subprojects/gssdp-1.6.wrap
-@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gssdp.git
- revision = master
- depth = 1
-
--[provides]
--dependency_name = gssdp-1.6
-+[provide]
-+dependency_names = gssdp-1.6
-
---- a/subprojects/gupnp-1.6.wrap
-+++ b/subprojects/gupnp-1.6.wrap
-@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gupnp.git
- revision = master
- depth = 1
-
--[provides]
--dependency_name = gupnp-1.6
-+[provide]
-+dependency_names = gupnp-1.6
-
---- a/subprojects/gupnp-av-1.0.wrap
-+++ b/subprojects/gupnp-av-1.0.wrap
-@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gupnp-av.git
- revision = master
- depth = 1
-
--[provides]
--dependency_name = gupnp-av-1.0
-+[provide]
-+dependency_names = gupnp-av-1.0
-
---
-GitLab