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 3CE701382C5 for ; Mon, 25 May 2020 09:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B001E0867; Mon, 25 May 2020 09:02:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 40E95E0867 for ; Mon, 25 May 2020 09:02:23 +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 A98AF34EFAF for ; Mon, 25 May 2020 09:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CACA264 for ; Mon, 25 May 2020 09:02:19 +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: <1590397336.294077cc2db55753a3a4da07227cce17c1f9516e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-9999.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 294077cc2db55753a3a4da07227cce17c1f9516e X-VCS-Branch: master Date: Mon, 25 May 2020 09:02:19 +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: 66496504-57d1-4bde-8fd3-da044e4c28a6 X-Archives-Hash: f9441a5db2494c210b22b6a9f4ac42ad commit: 294077cc2db55753a3a4da07227cce17c1f9516e Author: Lars Wendler gentoo org> AuthorDate: Mon May 25 09:02:08 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 25 09:02:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294077cc dev-util/pkgconf: Synced live ebuild Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> dev-util/pkgconf/pkgconf-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 6297af6bdd0..c5741a92475 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -54,7 +54,7 @@ src_prepare() { multilib_src_configure() { local ECONF_SOURCE="${S}" - econf + econf --disable-static } multilib_src_test() {