commit: 7cfece42b529270c049adb0677a2ffb3b576419b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 22:22:54 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:22:54 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7cfece42
dev-lisp/flexi-streams: Bumps EAPI
dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
index 2968cb8..ac2ada4 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -22,5 +22,5 @@ RDEPEND="!dev-lisp/cl-${PN}
src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
- dohtml doc/index.html
+ dodoc doc/index.html
}