commit: 295a526132ff42fa080581b67951cf6cf9003dba Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 09:49:02 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 09:49:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=295a5261
dev-lisp/timer: Updates EAPI dev-lisp/timer/timer-0.4.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild b/dev-lisp/timer/timer-0.4.0-r1.ebuild index 549f0214..7ff9d9a1 100644 --- a/dev-lisp/timer/timer-0.4.0-r1.ebuild +++ b/dev-lisp/timer/timer-0.4.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + inherit common-lisp-3 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions."
