commit: 6129b8e69acabd72e095357f6ab36eaea8960c04 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:12:45 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:12:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6129b8e6
dev-lisp/meta: Updates to common-lisp-3 eclass dev-lisp/meta/meta-0.1.2.ebuild | 7 ++++--- dev-lisp/meta/meta-9999.ebuild | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/meta/meta-0.1.2.ebuild b/dev-lisp/meta/meta-0.1.2.ebuild index b65ab317..c09b8fa2 100644 --- a/dev-lisp/meta/meta-0.1.2.ebuild +++ b/dev-lisp/meta/meta-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 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="A library of macros and functions by Fare Rideau." HOMEPAGE="http://www.cliki.net/meta" diff --git a/dev-lisp/meta/meta-9999.ebuild b/dev-lisp/meta/meta-9999.ebuild index e7d98607..dd1975ef 100644 --- a/dev-lisp/meta/meta-9999.ebuild +++ b/dev-lisp/meta/meta-9999.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6
