commit:     319c826564666c44565d635bdcad297abb30a701
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 17:08:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 17:09:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319c8265

net-misc/sitecopy: really fix neon compatibility

Closes: https://bugs.gentoo.org/779847
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...tecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch | 4 ++--
 net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild                           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
 
b/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
index 0b53e2e4e39..cc40b5b6e92 100644
--- 
a/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
+++ 
b/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
@@ -10,8 +10,8 @@ diff -urNad sitecopy~/configure.in sitecopy/configure.in
  
 -# Support neon 0.24 through 0.28
 -NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
-+# Support neon 0.24 through 0.30
-+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30])
++# Support neon 0.24 through 0.32
++NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31 32])
  
  dnl But we don't use zlib or ACL support
  NEON_WITHOUT_ZLIB

diff --git a/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild 
b/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
index 3b63980075a..5238f148719 100644
--- a/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
@@ -17,7 +17,7 @@ IUSE="expat nls rsh ssl webdav xml zlib"
 RDEPEND="
        rsh? ( net-misc/netkit-rsh )
        >=net-libs/neon-0.24.6[zlib?,ssl?,expat?]
-       <=net-libs/neon-0.30.9999[zlib?,ssl?,expat?]
+       <=net-libs/neon-0.32.9999[zlib?,ssl?,expat?]
        xml? ( >=net-libs/neon-0.24.6[-expat] )
 "
 DEPEND="${RDEPEND}"

Reply via email to