commit: 2d7b30628f94c1cdf6575b22710293b0a59c308f Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:52:01 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:52:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2d7b3062
dev-lisp/portable-threads: Updates to common-lisp-3 eclass dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild | 7 ++++--- dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild index 247baae4..df1c108a 100644 --- a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild +++ b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.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="GBBopen project's portable-thread code." HOMEPAGE="http://www.cliki.net/Portable-Threads http://GBBopen.org" diff --git a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild index 2871538d..722b9e65 100644 --- a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild +++ b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6
