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: Mon, 14 Dec 2015 11:38:14
Message-Id: 1450093247.dbd4d9b6af822bfbd33557ed49982a3c430edb8c.nimiux@gentoo
1 commit: dbd4d9b6af822bfbd33557ed49982a3c430edb8c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 11:40:47 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 11:40:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dbd4d9b6
7
8 dev-lisp/trivial-gray-streams: move to common-lisp-3 eclass
9
10 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
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 51cbb70..5de48d7 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,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -inherit common-lisp-2
22 +inherit common-lisp-3
23
24 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
25 MY_P=${PN}-${MY_PV}