Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/timer/
Date: Fri, 07 Jul 2017 09:48:56
Message-Id: 1499420942.295a526132ff42fa080581b67951cf6cf9003dba.nimiux@gentoo
1 commit: 295a526132ff42fa080581b67951cf6cf9003dba
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:49:02 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:49:02 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=295a5261
7
8 dev-lisp/timer: Updates EAPI
9
10 dev-lisp/timer/timer-0.4.0-r1.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild b/dev-lisp/timer/timer-0.4.0-r1.ebuild
14 index 549f0214..7ff9d9a1 100644
15 --- a/dev-lisp/timer/timer-0.4.0-r1.ebuild
16 +++ b/dev-lisp/timer/timer-0.4.0-r1.ebuild
17 @@ -1,6 +1,8 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 +EAPI=6
22 +
23 inherit common-lisp-3
24
25 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions."