summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r--net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch4
-rw-r--r--net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild2
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 0b53e2e4e395..cc40b5b6e92a 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 3b63980075a6..5238f148719f 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}"