From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 452091383D3 for ; Tue, 1 Sep 2015 12:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21A2141A1; Tue, 1 Sep 2015 12:08:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 523F3141A1 for ; Tue, 1 Sep 2015 12:08:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DB91340752 for ; Tue, 1 Sep 2015 12:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61B38144 for ; Tue, 1 Sep 2015 12:08: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: <1441109282.276f83bee2e278d6f9e8afa0d18677de73daee9e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mksh/mksh-51.ebuild X-VCS-Directories: app-shells/mksh/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 276f83bee2e278d6f9e8afa0d18677de73daee9e X-VCS-Branch: master Date: Tue, 1 Sep 2015 12:08: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-Archives-Salt: c6dd104c-5043-4d45-b467-36d9aba006c0 X-Archives-Hash: 7383f2939b24c8bee276806147a4c2ca commit: 276f83bee2e278d6f9e8afa0d18677de73daee9e Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 1 12:08:02 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 1 12:08:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276f83be app-shells/mksh: Fixed build when LTO fails. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> app-shells/mksh/mksh-51.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/mksh/mksh-51.ebuild b/app-shells/mksh/mksh-51.ebuild index ef350b0..157e6db 100644 --- a/app-shells/mksh/mksh-51.ebuild +++ b/app-shells/mksh/mksh-51.ebuild @@ -27,7 +27,7 @@ src_compile() { fi export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\"" # we can't assume lto existing/enabled, so we add a fallback - sh Build.sh -r -c lto || sh Rebuild.sh || die + sh Build.sh -r -c lto || sh Build.sh -r || die } src_install() {