commit: 991072cd61aecda0661b6ffe25392b8bfb317c4d Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 19:48:47 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 19:48:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=991072cd
dev-lisp/clawk: Updates to common-lisp-3 eclass dev-lisp/clawk/clawk-20060313.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-lisp/clawk/clawk-20060313.ebuild b/dev-lisp/clawk/clawk-20060313.ebuild index b49225a3..88be05ef 100644 --- a/dev-lisp/clawk/clawk-20060313.ebuild +++ b/dev-lisp/clawk/clawk-20060313.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 eutils +EAPI=6 + +inherit common-lisp-3 eutils DESCRIPTION="An AWK-like text processing language with a Lispy implementation." HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk
