commit: 8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:26:40 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:26:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f43c988
dev-lisp/xlunit: Updates to common-lisp-3 eclass dev-lisp/xlunit/xlunit-0.6.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/xlunit/xlunit-0.6.3.ebuild b/dev-lisp/xlunit/xlunit-0.6.3.ebuild index ef266920..345db15f 100644 --- a/dev-lisp/xlunit/xlunit-0.6.3.ebuild +++ b/dev-lisp/xlunit/xlunit-0.6.3.ebuild @@ -1,9 +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 -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit." HOMEPAGE="http://www.cliki.net/xlunit" @@ -17,5 +17,5 @@ IUSE="" RDEPEND="!dev-lisp/cl-${PN}" src_prepare() { - rm Makefile + rm -f Makefile }
