Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/
Date: Wed, 05 Apr 2017 15:24:36
Message-Id: 1491405853.3443fd62087a5e4efadb1925933bdbe01d0905ba.nimiux@gentoo
1 commit: 3443fd62087a5e4efadb1925933bdbe01d0905ba
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:24:13 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:24:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3443fd62
7
8 dev-lisp/trivial-gray-streams: Updates live ebuild EAPI
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
16 index 15126f0d0cb..f768134653e 100644
17 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
18 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit common-lisp-3 git-2
28 +inherit common-lisp-3 git-r3
29
30 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
31 HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"