commit: 222a53007965031d32201d116723a340f9b14541
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:42:54 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:42:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=222a5300
dev-lisp/ch-asdf: Updates to common-lisp-3
dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
index 58642ef3..d422d217 100644
--- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
+++ b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
MY_P=${PN}_${PV}
@@ -22,6 +23,6 @@ RDEPEND="!dev-lisp/cl-${PN}
S="${WORKDIR}"/${MY_P}
src_install() {
- common-lisp-install *.{lisp,asd} version.lisp-expr
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp version.lisp-expr
+ common-lisp-install-asdf
}