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-gtk2/
Date: Fri, 07 Jul 2017 15:19:16
Message-Id: 1499440762.58ff067e1f054b02510f5ebb0e09d1dbd8918471.nimiux@gentoo
1 commit: 58ff067e1f054b02510f5ebb0e09d1dbd8918471
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 15:19:22 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 15:19:22 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58ff067e
7
8 dev-lisp/cl-gtk2: Updates header and EAPI
9
10 dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild b/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
14 index 8c885bcb..c2707e89 100644
15 --- a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
16 +++ b/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.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=3
24 +EAPI=6
25 +
26 inherit common-lisp-3 eutils
27
28 DESCRIPTION="A Common Lisp interface to Gtk+."