commit: 3ce50d4354aff235f7f40e50f8900c964e75d1b6 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 14:54:15 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 14:54:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3ce50d43
dev-lisp/cl-mongo: Updates header dev-lisp/cl-mongo/cl-mongo-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild index 3c426303..05c33e44 100644 --- a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild +++ b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="Lisp interface to mongo db" HOMEPAGE="https://github.com/fons/cl-mongo" @@ -12,7 +11,6 @@ EGIT_REPO_URI="git://github.com/fons/${PN}.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-db/mongodb
