commit: 831f0845611d7b902b8150c1d46198f01dc77be6 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 21:08:34 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 21:08:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=831f0845
dev-lisp/genhash: Updates to common-lisp-3 eclass dev-lisp/genhash/genhash-1.7.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-lisp/genhash/genhash-1.7.ebuild b/dev-lisp/genhash/genhash-1.7.ebuild index 26bd7eaf..029ffef0 100644 --- a/dev-lisp/genhash/genhash-1.7.ebuild +++ b/dev-lisp/genhash/genhash-1.7.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 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="Common Lisp library providing support for generic hashtables." HOMEPAGE="http://www.cliki.net/genhash"
