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 EB8981382C5 for ; Wed, 10 Jun 2020 10:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E073E0855; Wed, 10 Jun 2020 10:44:40 +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 17D23E0855 for ; Wed, 10 Jun 2020 10:44:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E286534F210 for ; Wed, 10 Jun 2020 10:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65A5E28F for ; Wed, 10 Jun 2020 10:44:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1591785864.3ee735061824512df601f9b016cd79bf342c7dcd.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/ncftp/ncftp-3.2.6-r2.ebuild X-VCS-Directories: net-ftp/ncftp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3ee735061824512df601f9b016cd79bf342c7dcd X-VCS-Branch: master Date: Wed, 10 Jun 2020 10:44:34 +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: e81365e4-3393-4d1f-9f63-b8bda75e40c8 X-Archives-Hash: 7241a860d56a672e0dfd446eb2deb344 commit: 3ee735061824512df601f9b016cd79bf342c7dcd Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jun 10 10:14:46 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jun 10 10:44:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee73506 net-ftp/ncftp: Set AR Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=724932 Signed-off-by: Jeroen Roovers gentoo.org> net-ftp/ncftp/ncftp-3.2.6-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild index 30b5c3cc3f0..d08daf98db4 100644 --- a/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild +++ b/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild @@ -28,11 +28,13 @@ PATCHES=( src_prepare() { default + sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die + AT_M4DIR=autoconf_local/ eautoreconf } src_configure() { - tc-export CC + tc-export AR CC LC_ALL="C" \ LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \ econf \