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 CD345138334 for ; Wed, 25 Jul 2018 08:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E67E0876; Wed, 25 Jul 2018 08:24:18 +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 B6F3EE0876 for ; Wed, 25 Jul 2018 08:24:18 +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 7DEA433BEE0 for ; Wed, 25 Jul 2018 08:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 753DE389 for ; Wed, 25 Jul 2018 08:24:14 +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: <1532507048.0c43c5e2cc25b5282e050961d9987ad8267a1129.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/file/file-9999.ebuild X-VCS-Directories: sys-apps/file/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0c43c5e2cc25b5282e050961d9987ad8267a1129 X-VCS-Branch: master Date: Wed, 25 Jul 2018 08:24:14 +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-Archives-Salt: 248b62be-6b8c-465f-812d-584b0b9bf74f X-Archives-Hash: b9ceb0ae5246e244398fd3c1fbb8ead3 commit: 0c43c5e2cc25b5282e050961d9987ad8267a1129 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 25 08:23:49 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 25 08:24:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c43c5e2 sys-apps/file: Synced live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-apps/file/file-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 5d861f8b67a..f346e1b700a 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -41,7 +41,7 @@ src_prepare() { elibtoolize # don't let python README kill main README #60043 - mv python/README.md README.python || die + mv python/README.md README.python.md || die } multilib_src_configure() { @@ -62,7 +62,7 @@ src_configure() { mkdir -p "${WORKDIR}"/build || die cd "${WORKDIR}"/build || die tc-export_build_env BUILD_C{C,XX} - ECONF_SOURCE=${S} \ + ECONF_SOURCE="${S}" \ ac_cv_header_zlib_h=no \ ac_cv_lib_z_gzopen=no \ CHOST=${CBUILD} \