Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/
Date: Fri, 07 Jul 2017 10:32:38
Message-Id: 1499423564.d881a77190ba852d2b67d3a5333f81f6574d2463.nimiux@gentoo
1 commit: d881a77190ba852d2b67d3a5333f81f6574d2463
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:32:44 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:32:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d881a771
7
8 dev-lisp/cmucl: Updates header and EAPI
9
10 dev-lisp/cmucl/cmucl-20d-r3.ebuild | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cmucl/cmucl-20d-r3.ebuild b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
14 index 225b9e49..a59a9e1d 100644
15 --- a/dev-lisp/cmucl/cmucl-20d-r3.ebuild
16 +++ b/dev-lisp/cmucl/cmucl-20d-r3.ebuild
17 @@ -1,8 +1,7 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit eutils glo-utils toolchain-funcs
27
28 @@ -30,10 +29,11 @@ S="${WORKDIR}"
29 TARGET=linux-4
30
31 src_prepare() {
32 - epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
33 - epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
34 + eapply "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
35 + eapply "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
36
37 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp src/contrib/asdf/ || die
38 + eapply_user
39 }
40
41 src_compile() {