commit:     ac41dea06a27fc309e13efe0249ec8803b68a103
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  8 19:53:45 2025 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 19:53:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac41dea0

net-fs/davfs2: patch for net-libs/neon-0.34

Closes: https://bugs.gentoo.org/950510
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-fs/davfs2/davfs2-1.7.1.ebuild                           |  3 ++-
 net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch | 11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/net-fs/davfs2/davfs2-1.7.1.ebuild 
b/net-fs/davfs2/davfs2-1.7.1.ebuild
index a9a3f2c89a05..463b0799d456 100644
--- a/net-fs/davfs2/davfs2-1.7.1.ebuild
+++ b/net-fs/davfs2/davfs2-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,6 +30,7 @@ BDEPEND="
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.7.1-man-page-compression.patch # backport
+       "${FILESDIR}"/${PN}-1.7.1-neon-version-support.patch
 )
 
 src_prepare() {

diff --git a/net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch 
b/net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch
new file mode 100644
index 000000000000..e4c3aaaa9b3e
--- /dev/null
+++ b/net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -37,7 +37,7 @@
+ # Checks for libraries.
+ AM_GNU_GETTEXT_VERSION(0.19.8)
+ AM_GNU_GETTEXT([external])
+-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33 34])
+ DAV_CHECK_NEON
+ 
+ # Checks for header files.

Reply via email to