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/graylex/
Date: Wed, 30 Nov 2016 09:40:37
Message-Id: 1480498827.a1be31adda0ae13e578657e65858cf5a6e0a2851.nimiux@gentoo
1 commit: a1be31adda0ae13e578657e65858cf5a6e0a2851
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 09:40:27 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:40:27 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a1be31ad
7
8 dev-lisp/graylex: Updates header and EAPI
9
10 dev-lisp/graylex/graylex-9999.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/graylex/graylex-9999.ebuild b/dev-lisp/graylex/graylex-9999.ebuild
14 index 00882d7..3bb3a85 100644
15 --- a/dev-lisp/graylex/graylex-9999.ebuild
16 +++ b/dev-lisp/graylex/graylex-9999.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2013 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="Gray lexer input streams"
31 HOMEPAGE="http://cliki.net/graylex"