From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 975E113835B for ; Mon, 16 Nov 2020 19:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC813E079E; Mon, 16 Nov 2020 19:51:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A17A9E079E for ; Mon, 16 Nov 2020 19:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 995C53412A0 for ; Mon, 16 Nov 2020 19:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44422456 for ; Mon, 16 Nov 2020 19:51:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1605556276.4c4b194a7b45f44aee3f4dbae055168d36b30dc5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cadaver/cadaver-0.23.3.ebuild X-VCS-Directories: net-misc/cadaver/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4c4b194a7b45f44aee3f4dbae055168d36b30dc5 X-VCS-Branch: master Date: Mon, 16 Nov 2020 19:51:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6e3eff5-a007-4b6f-810c-3fbda74ea7be X-Archives-Hash: 0f3ba0c07d0f0945a9971d97f2431b13 commit: 4c4b194a7b45f44aee3f4dbae055168d36b30dc5 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Nov 13 05:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 16 19:51:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4b194a net-misc/cadaver: Fix building with Neon >=0.31. Closes: https://bugs.gentoo.org/715512 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> net-misc/cadaver/cadaver-0.23.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild index e6b4ec10f0a..3c957659343 100644 --- a/net-misc/cadaver/cadaver-0.23.3.ebuild +++ b/net-misc/cadaver/cadaver-0.23.3.ebuild @@ -26,7 +26,7 @@ src_prepare() { rm -r lib/{expat,intl,neon} || die "rm failed" sed \ - -e "/NE_REQUIRE_VERSIONS/s:29:& 30:" \ + -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31:" \ -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"