commit:     39aa9d93626fa893446bd6fea174e8c9e8c9cd01
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 19:53:18 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 19:53:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=39aa9d93

dev-lisp/cl-emb: Updates to common-lisp-3 eclass

 dev-lisp/cl-emb/cl-emb-0.4.4.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild 
b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
index 144c169f..e98fe51c 100644
--- a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
+++ b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Embedded Common Lisp and template system"
 HOMEPAGE="http://common-lisp.net/project/cl-emb/";
@@ -15,8 +17,8 @@ IUSE=""
 RDEPEND="dev-lisp/cl-ppcre"
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dohtml examples.*
        dodoc TODO README
 }

Reply via email to