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-libxml2/
Date: Fri, 07 Jul 2017 10:38:18
Message-Id: 1499423903.81e0e9d107487ccb7c1c40de213e0c4f62ac081c.nimiux@gentoo
1 commit: 81e0e9d107487ccb7c1c40de213e0c4f62ac081c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:38:23 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:38:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=81e0e9d1
7
8 dev-lisp/cl-libxml2: Updates header and EAPI
9
10 dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
14 index d3838f1b..42f9c0a2 100644
15 --- a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
16 +++ b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
17 @@ -1,8 +1,8 @@
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=2
24 +EAPI=6
25 +
26 inherit common-lisp-3 eutils toolchain-funcs
27
28 DESCRIPTION="High-level Common Lisp wrapper around libxml2 and libxslt."