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/qi/
Date: Fri, 07 Jul 2017 09:43:16
Message-Id: 1499420599.df2c703e11e234e551f638c92583fa758f7dbafb.nimiux@gentoo
1 commit: df2c703e11e234e551f638c92583fa758f7dbafb
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:43:19 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:43:19 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=df2c703e
7
8 dev-lisp/qi: Updates header and EAPI
9
10 dev-lisp/qi/qi-9.1.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-lisp/qi/qi-9.1.ebuild b/dev-lisp/qi/qi-9.1.ebuild
14 index 138e707b..e31c6f8e 100644
15 --- a/dev-lisp/qi/qi-9.1.ebuild
16 +++ b/dev-lisp/qi/qi-9.1.ebuild
17 @@ -1,6 +1,7 @@
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=6
24
25 DESCRIPTION="Qi is a Lisp-based functional programming implemented in Common Lisp."
26 HOMEPAGE="http://www.lambdassociates.org/"