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/trivial-gray-streams/
Date: Tue, 15 Dec 2015 22:12:10
Message-Id: 1450217690.4b6d52486f37c49f038bef6303c4580606d5cf96.nimiux@gentoo
1 commit: 4b6d52486f37c49f038bef6303c4580606d5cf96
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 22:14:50 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 22:14:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4b6d5248
7
8 dev-lisp/trivial-gray-streams: Move to EAPI 5
9
10 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
14 index 5de48d7..71cf386 100644
15 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
16 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
17 @@ -2,6 +2,8 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 +EAPI=5
22 +
23 inherit common-lisp-3
24
25 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}