commit: 84f82e852261b1cff2504ab677efce3dfdba18e4 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 22:04:34 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 22:04:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84f82e85
dev-lisp/madeira-port: Updates header and EAPI dev-lisp/madeira-port/madeira-port-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild index 6de19e4..560fd1a 100644 --- a/dev-lisp/madeira-port/madeira-port-9999.ebuild +++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 -DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system" +DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system" HOMEPAGE="https://github.com/nikodemus/madeira-port" EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lisp/eos"
