commit: 5a44758c7f092217ddbdbc2d0f8b46f05daf6dce Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 15:16:19 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Dec 1 15:16:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5a44758c
dev-lisp/lisp-unit: Updates header and EAPI dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 4 ++-- dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild index c099a3b..408c43c 100644 --- a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild +++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild index 4425a4c..8e2d3c3 100644 --- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild +++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild @@ -1,10 +1,10 @@ -# 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="A Common Lisp library for unit testing." HOMEPAGE="http://www.cliki.net/lisp-unit/" @@ -12,5 +12,4 @@ EGIT_REPO_URI="git://repo.or.cz/lisp-unit.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE=""
