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 2CF981396DA for ; Thu, 16 Nov 2017 21:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6B1E0D4C; Thu, 16 Nov 2017 21:52:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0A119E0C5A for ; Thu, 16 Nov 2017 21:52:16 +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 676FD33BF51 for ; Thu, 16 Nov 2017 21:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974DC9D18 for ; Thu, 16 Nov 2017 21:52:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1510869126.510546e3d8235d6bc61a45f2692d9d6c3b65387f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-4.0.1.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 510546e3d8235d6bc61a45f2692d9d6c3b65387f X-VCS-Branch: master Date: Thu, 16 Nov 2017 21:52:13 +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: e913998b-09df-472f-84a3-2e0cb9bbf46b X-Archives-Hash: 45ca9431adc0f52e57953c7814c48837 commit: 510546e3d8235d6bc61a45f2692d9d6c3b65387f Author: Michał Górny gentoo org> AuthorDate: Thu Nov 16 17:28:32 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 16 21:52:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510546e3 sys-devel/lld: Call cmake-utils_src_prepare sys-devel/lld/lld-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-4.0.1.ebuild b/sys-devel/lld/lld-4.0.1.ebuild index 684bc8deac6..ca675419d67 100644 --- a/sys-devel/lld/lld-4.0.1.ebuild +++ b/sys-devel/lld/lld-4.0.1.ebuild @@ -51,7 +51,7 @@ src_prepare() { eapply "${FILESDIR}/4.0.1/0002-test-Use-LLD-specific-binary-library-dirs-when-build.patch" eapply "${FILESDIR}/4.0.1/0003-test-Fix-zlib-cond-when-building-stand-alone-clean-u.patch" - eapply_user + cmake-utils_src_prepare } src_configure() {