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/spatial-trees/
Date: Fri, 07 Jul 2017 09:47:17
Message-Id: 1499420842.e02ad8c0f32aebd1ff3faf6760b348a1eeb6fe57.nimiux@gentoo
1 commit: e02ad8c0f32aebd1ff3faf6760b348a1eeb6fe57
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:47:22 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:47:22 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e02ad8c0
7
8 dev-lisp/spatial-trees: Updates EAPI
9
10 dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
14 index d50a3b34..6616e792 100644
15 --- a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
16 +++ b/dev-lisp/spatial-trees/spatial-trees-0.2-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="A set of dynamic index data structures for spatially-extended data"