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/cl-m4/
Date: Sat, 03 Dec 2016 22:01:03
Message-Id: 1480802456.d5c2494be2de26cd426dba056078239c16072f4d.nimiux@gentoo
1 commit: d5c2494be2de26cd426dba056078239c16072f4d
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:00:56 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 22:00:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d5c2494b
7
8 dev-lisp/cl-m4: Updates header
9
10 dev-lisp/cl-m4/cl-m4-9999.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/cl-m4/cl-m4-9999.ebuild b/dev-lisp/cl-m4/cl-m4-9999.ebuild
14 index 8b3d815..01c8b0f 100644
15 --- a/dev-lisp/cl-m4/cl-m4-9999.ebuild
16 +++ b/dev-lisp/cl-m4/cl-m4-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="Common Lisp re-implementation of GNU M4"
31 HOMEPAGE="http://www.cliki.net/cl-m4"