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 93D1F1381F3 for ; Thu, 4 Apr 2013 19:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F03AE0877; Thu, 4 Apr 2013 19:56:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D65CE0877 for ; Thu, 4 Apr 2013 19:56:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55DC333DD3C for ; Thu, 4 Apr 2013 19:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E7199E4073 for ; Thu, 4 Apr 2013 19:56:12 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <1365105367.382e08c2f36ac1270413b636fc431e8684b7adc2.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cmucl/cmucl-20d.ebuild X-VCS-Directories: dev-lisp/cmucl/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 382e08c2f36ac1270413b636fc431e8684b7adc2 X-VCS-Branch: master Date: Thu, 4 Apr 2013 19:56:12 +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: d81b9f13-0c30-4815-80a9-d903f6429eeb X-Archives-Hash: da31a628d6b3f219274d2c1b69f389cd commit: 382e08c2f36ac1270413b636fc431e8684b7adc2 Author: Stelian Ionescu cddr org> AuthorDate: Thu Apr 4 19:56:07 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Thu Apr 4 19:56:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=382e08c2 dev-lisp/cmucl: build script is now in bin/ --- dev-lisp/cmucl/cmucl-20d.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild index d9e5dec..38cdf1c 100644 --- a/dev-lisp/cmucl/cmucl-20d.ebuild +++ b/dev-lisp/cmucl/cmucl-20d.ebuild @@ -37,7 +37,7 @@ src_compile() { local cmufpu=$(glo_usev sse2 sse2 x87) local cmuopts="$(glo_usev !X -u) -f ${cmufpu}" local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core -noinit -nositeinit -batch" - env CC="$(tc-getCC)" src/tools/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" + env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" } src_install() {