commit: e684b76017cb7a73c11b05ce1fd6cda53b576d2b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:58:29 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:58:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e684b760
dev-lisp/cl-qprint: Updates to common-lisp-3 eclass dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild b/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild index 23aa3e39..bc979aa4 100644 --- a/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild +++ b/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 +EAPI=6 -DESCRIPTION="Common Lisp Library for encoding and decoding strings in quoted-printable format." +inherit common-lisp-3 + +DESCRIPTION="Common Lisp Library for encoding/decoding strings in quoted-printable format." HOMEPAGE="http://www.cliki.net/cl-qprint/" SRC_URI="http://www.bobturf.org/software/${PN}/${P}.tar.gz"
