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/md5/
Date: Wed, 08 Feb 2017 22:30:25
Message-Id: 1486592990.ce89552ffc0ea899fc85bf4cc8741ec66c8f9b6b.nimiux@gentoo
1 commit: ce89552ffc0ea899fc85bf4cc8741ec66c8f9b6b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 22:29:50 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 22:29:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ce89552f
7
8 dev-lisp/md5: Updates EAPI. Adds missing dependency
9
10 dev-lisp/md5/md5-2.0.1.ebuild | 7 +++++--
11 dev-lisp/md5/md5-2.0.3.ebuild | 7 +++++--
12 2 files changed, 10 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
15 index 4a79f438..0bd91bea 100644
16 --- a/dev-lisp/md5/md5-2.0.1.ebuild
17 +++ b/dev-lisp/md5/md5-2.0.1.ebuild
18 @@ -1,7 +1,9 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 +EAPI=6
25 +
26 inherit common-lisp-3
27
28 MY_P=${PN}_${PV}
29 @@ -16,4 +18,5 @@ SLOT="0"
30 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
31 IUSE=""
32
33 -RDEPEND="!dev-lisp/cl-${PN}"
34 +RDEPEND="!dev-lisp/cl-${PN}
35 + dev-lisp/flexi-streams"
36
37 diff --git a/dev-lisp/md5/md5-2.0.3.ebuild b/dev-lisp/md5/md5-2.0.3.ebuild
38 index 4a79f438..0bd91bea 100644
39 --- a/dev-lisp/md5/md5-2.0.3.ebuild
40 +++ b/dev-lisp/md5/md5-2.0.3.ebuild
41 @@ -1,7 +1,9 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 +EAPI=6
48 +
49 inherit common-lisp-3
50
51 MY_P=${PN}_${PV}
52 @@ -16,4 +18,5 @@ SLOT="0"
53 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
54 IUSE=""
55
56 -RDEPEND="!dev-lisp/cl-${PN}"
57 +RDEPEND="!dev-lisp/cl-${PN}
58 + dev-lisp/flexi-streams"