commit:     ce89552ffc0ea899fc85bf4cc8741ec66c8f9b6b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 22:29:50 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 22:29:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ce89552f

dev-lisp/md5: Updates EAPI. Adds missing dependency

 dev-lisp/md5/md5-2.0.1.ebuild | 7 +++++--
 dev-lisp/md5/md5-2.0.3.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
index 4a79f438..0bd91bea 100644
--- a/dev-lisp/md5/md5-2.0.1.ebuild
+++ b/dev-lisp/md5/md5-2.0.1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
+
 inherit common-lisp-3
 
 MY_P=${PN}_${PV}
@@ -16,4 +18,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="!dev-lisp/cl-${PN}"
+RDEPEND="!dev-lisp/cl-${PN}
+       dev-lisp/flexi-streams"

diff --git a/dev-lisp/md5/md5-2.0.3.ebuild b/dev-lisp/md5/md5-2.0.3.ebuild
index 4a79f438..0bd91bea 100644
--- a/dev-lisp/md5/md5-2.0.3.ebuild
+++ b/dev-lisp/md5/md5-2.0.3.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
+
 inherit common-lisp-3
 
 MY_P=${PN}_${PV}
@@ -16,4 +18,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="!dev-lisp/cl-${PN}"
+RDEPEND="!dev-lisp/cl-${PN}
+       dev-lisp/flexi-streams"

Reply via email to