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/css-lite/
Date: Fri, 07 Jul 2017 10:25:56
Message-Id: 1499423161.37f9cdfe5db9f0b0ecf4d41902faa58b2d8b4553.nimiux@gentoo
1 commit: 37f9cdfe5db9f0b0ecf4d41902faa58b2d8b4553
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:26:01 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:26:01 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=37f9cdfe
7
8 dev-lisp/css-lite: Updates header and EAPI
9
10 dev-lisp/css-lite/css-lite-9999.ebuild | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/css-lite/css-lite-9999.ebuild b/dev-lisp/css-lite/css-lite-9999.ebuild
14 index 73dbaea1..7a02bfea 100644
15 --- a/dev-lisp/css-lite/css-lite-9999.ebuild
16 +++ b/dev-lisp/css-lite/css-lite-9999.ebuild
17 @@ -1,10 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 -inherit common-lisp-3 git-2
27 +inherit common-lisp-3 git-r3
28
29 DESCRIPTION="A css grammar for lisp"
30 HOMEPAGE="https://github.com/paddymul/css-lite"