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 0772A1381F3 for ; Fri, 5 Apr 2013 16:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCE6E088A; Fri, 5 Apr 2013 16:29: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 1686DE088A for ; Fri, 5 Apr 2013 16:29: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 AEED433DC52 for ; Fri, 5 Apr 2013 16:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B48BE4073 for ; Fri, 5 Apr 2013 16:29: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: <1365179346.91de80403cb4d0a95314a387dd66e35b5b6966d8.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: 91de80403cb4d0a95314a387dd66e35b5b6966d8 X-VCS-Branch: master Date: Fri, 5 Apr 2013 16:29: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: 51a6a607-23b9-4631-b340-0db3b51c0bdb X-Archives-Hash: 96cd5f480f2089132d680867b0c146e3 commit: 91de80403cb4d0a95314a387dd66e35b5b6966d8 Author: Stelian Ionescu cddr org> AuthorDate: Fri Apr 5 16:29:06 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Fri Apr 5 16:29:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=91de8040 dev-lisp/cmucl: yet another fix --- dev-lisp/cmucl/cmucl-20d.ebuild | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild index 0bd8ce5..8be9c2e 100644 --- a/dev-lisp/cmucl/cmucl-20d.ebuild +++ b/dev-lisp/cmucl/cmucl-20d.ebuild @@ -26,6 +26,8 @@ RDEPEND="x11-libs/motif:0" S="${WORKDIR}" +TARGET=linux-4 + src_prepare() { epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch @@ -41,7 +43,7 @@ src_compile() { env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" # Compile up the asdf and defsystem modules - $TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die + ${TARGET}/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die (in-package :cl-user) (setf (ext:search-list "target:") '("$TARGET/" "src/")) @@ -55,7 +57,7 @@ EOF src_install() { env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \ - bin/make-dist.sh -S -g -G root -O root linux-4 ${MY_PV} x86 linux \ + bin/make-dist.sh -S -g -G root -O root ${TARGET} ${MY_PV} x86 linux \ || die "Cannot build installation archive" # Necessary otherwise tar will fail dodir /usr