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 1373D1382C5 for ; Tue, 9 Mar 2021 22:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 674EDE0829; Tue, 9 Mar 2021 22:48:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 50BE1E0829 for ; Tue, 9 Mar 2021 22:48:27 +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 C6EB4335C9C for ; Tue, 9 Mar 2021 22:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FFEF56F for ; Tue, 9 Mar 2021 22:48:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1615330100.49adda165451ef32ed0c7b619650b79d1325f5f9.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 49adda165451ef32ed0c7b619650b79d1325f5f9 X-VCS-Branch: master Date: Tue, 9 Mar 2021 22:48:24 +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: b04cd6e8-0aae-4c14-924b-071c881582ca X-Archives-Hash: 2b22ec562eb846bc11e0a9ba858f1805 commit: 49adda165451ef32ed0c7b619650b79d1325f5f9 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Mar 9 00:00:00 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 9 22:48:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49adda16 net-misc/cadaver: Create config.rpath for newer Autoconf. Closes: https://bugs.gentoo.org/775092 Closes: https://github.com/gentoo/gentoo/pull/19848 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Lars Wendler gentoo.org> net-misc/cadaver/cadaver-0.23.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild index 3c957659343..a9288a4027b 100644 --- a/net-misc/cadaver/cadaver-0.23.3.ebuild +++ b/net-misc/cadaver/cadaver-0.23.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2020 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -33,6 +33,7 @@ src_prepare() { sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed" cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed" + config_rpath_update . AT_M4DIR="m4 m4/neon" eautoreconf }