commit: 405c0e74cdb7c6b3b36db8a929d753f3702fd480
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:29:18 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:29:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=405c0e74
dev-lisp/kmrcl: Updates header and EAPI
dev-lisp/kmrcl/kmrcl-1.106.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
index c00bac8c..b02c04cd 100644
--- a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
+++ b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -27,7 +26,9 @@ run_test() {
fi
}
-src_compile() { :; }
+src_compile() {
+ :;
+}
src_test() {
for l in sbcl cmucl clisp ; do