diff options
Diffstat (limited to 'dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild')
-rw-r--r-- | dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild index 92789db0..46a7bb41 100644 --- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild +++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=2 -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="A Common Lisp library that provides a namespace for readtables." HOMEPAGE="http://common-lisp.net/project/editor-hints/" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" src_install() { - common-lisp-install *.{lisp,asd} tests/*.lisp - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp tests/*.lisp + common-lisp-install-asdf dohtml doc/${PN}.html } |