commit:     5c0428b34a9ba855dd001f58de12f25620fb84cc
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 21:44:01 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 21:44:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c0428b3

dev-lisp/fsbv: Updates to common-lisp-3 eclass

 dev-lisp/fsbv/fsbv-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
index 112e159d..fa5f86e3 100644
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ b/dev-lisp/fsbv/fsbv-9999.ebuild
@@ -1,10 +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
+EAPI=6
 
-inherit common-lisp-2 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
 HOMEPAGE="http://common-lisp.net/project/gsll/";
@@ -20,7 +19,7 @@ RDEPEND=">=dev-lisp/cffi-0.10.5
                virtual/libffi"
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dohtml readme.html
 }

Reply via email to