commit: d2862728c5914eed9b7d015fcabd1e137049ded4 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 21:15:50 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 21:15:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d2862728
dev-lisp/defsystem-compatibility: Updates to common-lisp-3.eclass .../defsystem-compatibility-0.1.2.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild b/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild index 46c96d6e..f0ad5b93 100644 --- a/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild +++ b/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.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 DESCRIPTION="A compatibility layer that helps make different system definitions play nicely using the same rules." HOMEPAGE="http://common-lisp.net/project/cl-containers/defsystem-compatibility" @@ -19,6 +20,6 @@ RDEPEND=">=dev-lisp/metatilities-base-0.6.0 CLSYSTEMS="${PN} ${PN}-test" src_install() { - common-lisp-install *.asd dev unit-tests - common-lisp-symlink-asdf + common-lisp-install-sources dev unit-tests + common-lisp-install-asdf }
