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/kmrcl/
Date: Fri, 07 Jul 2017 15:29:14
Message-Id: 1499441358.405c0e74cdb7c6b3b36db8a929d753f3702fd480.nimiux@gentoo
1 commit: 405c0e74cdb7c6b3b36db8a929d753f3702fd480
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 15:29:18 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 15:29:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=405c0e74
7
8 dev-lisp/kmrcl: Updates header and EAPI
9
10 dev-lisp/kmrcl/kmrcl-1.106.ebuild | 9 +++++----
11 1 file changed, 5 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/kmrcl/kmrcl-1.106.ebuild b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
14 index c00bac8c..b02c04cd 100644
15 --- a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
16 +++ b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
17 @@ -1,8 +1,7 @@
18 -# Copyright 1999-2015 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 common-lisp-3
27
28 @@ -27,7 +26,9 @@ run_test() {
29 fi
30 }
31
32 -src_compile() { :; }
33 +src_compile() {
34 + :;
35 +}
36
37 src_test() {
38 for l in sbcl cmucl clisp ; do