summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-28 06:18:23 +0100
committerSam James <sam@gentoo.org>2021-09-28 06:18:23 +0100
commitb4dd8502a9b30982ea746f42e879745d9e87c228 (patch)
tree6a9c9c0a3c59ff8d2c73e9376e68f1bfa44e2a8f /net-misc
parentnet-dns/dnscrypt-proxy: add 2.1.1 (diff)
downloadgentoo-b4dd8502a9b30982ea746f42e879745d9e87c228.tar.gz
gentoo-b4dd8502a9b30982ea746f42e879745d9e87c228.tar.bz2
gentoo-b4dd8502a9b30982ea746f42e879745d9e87c228.zip
net-misc/cadaver: allow building with newer neon
Tries to use an internal/bundled (removed) copy and fails otherwise. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cadaver/cadaver-0.23.3-r1.ebuild (renamed from net-misc/cadaver/cadaver-0.23.3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
index 3b5240b2e504..106581d1064d 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
-DEPEND=">=net-libs/neon-0.27.0"
+DEPEND="<net-libs/neon-0.33.0:="
RDEPEND="${DEPEND}"
DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)
@@ -26,7 +26,7 @@ src_prepare() {
rm -r lib/{expat,intl,neon} || die "rm failed"
sed \
- -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31:" \
+ -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31 32:" \
-e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"