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/telnetlib/
Date: Sun, 02 Jul 2017 21:23:03
Message-Id: 1499030573.06d01124fc151b1369d49dc0b31099e97f0bb57e.nimiux@gentoo
1 commit: 06d01124fc151b1369d49dc0b31099e97f0bb57e
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 21:22:53 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 21:22:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=06d01124
7
8 dev-lisp/telnetlib: Updates to common-lisp-3.eclass
9
10 dev-lisp/telnetlib/telnetlib-20080103.ebuild | 7 ++++---
11 1 file changed, 4 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/telnetlib/telnetlib-20080103.ebuild b/dev-lisp/telnetlib/telnetlib-20080103.ebuild
14 index 7bf57459..eb4ebc1e 100644
15 --- a/dev-lisp/telnetlib/telnetlib-20080103.ebuild
16 +++ b/dev-lisp/telnetlib/telnetlib-20080103.ebuild
17 @@ -1,8 +1,9 @@
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 -inherit common-lisp-2
24 +EAPI=6
25 +
26 +inherit common-lisp-3
27
28 MY_PN=telnetlib-for-common-lisp
29 MY_P=${MY_PN}-${PV}