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/clinch/
Date: Wed, 30 Nov 2016 22:27:22
Message-Id: 1480544832.cc3a395aa9bc313e082170eb0b72361f4be3946b.nimiux@gentoo
1 commit: cc3a395aa9bc313e082170eb0b72361f4be3946b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 22:27:12 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 22:27:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc3a395a
7
8 dev-lisp/clinch: Updates header and EAPI
9
10 dev-lisp/clinch/clinch-9999.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/clinch/clinch-9999.ebuild b/dev-lisp/clinch/clinch-9999.ebuild
14 index a26f7e1..1e97dbd 100644
15 --- a/dev-lisp/clinch/clinch-9999.ebuild
16 +++ b/dev-lisp/clinch/clinch-9999.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit common-lisp-3 git-2
28 +inherit common-lisp-3 git-r3
29
30 DESCRIPTION="Common Lisp 3D/2D Graphics Engine for OpenGL"
31 HOMEPAGE="https://github.com/BradWBeer/CLinch"