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-base64/
Date: Fri, 07 Jul 2017 09:48:03
Message-Id: 1499420888.cd176328f2e1f62fd9a6cd67dbc19c9e5fc5e459.nimiux@gentoo
1 commit: cd176328f2e1f62fd9a6cd67dbc19c9e5fc5e459
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:48:08 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:48:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cd176328
7
8 dev-lisp/cl-base64: Updates header and EAPI
9
10 dev-lisp/cl-base64/cl-base64-3.3.3.ebuild | 5 +++--
11 dev-lisp/cl-base64/cl-base64-3.3.4.ebuild | 5 ++---
12 2 files changed, 5 insertions(+), 5 deletions(-)
13
14 diff --git a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
15 index c2fdc6c3..1cf97c18 100644
16 --- a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
17 +++ b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
18 @@ -1,6 +1,7 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 +
24 +EAPI=6
25
26 inherit common-lisp-3
27
28
29 diff --git a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
30 index 7ff901d8..1cf97c18 100644
31 --- a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
32 +++ b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
33 @@ -1,8 +1,7 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38
39 -EAPI=5
40 +EAPI=6
41
42 inherit common-lisp-3