commit: 606708b01c2e7067ee4ad1723d853e8c37f35147 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Dec 2 22:11:04 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Dec 2 22:11:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=606708b0
dev-lisp/cl-glfw: Updates header and EAPI dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild index 85c6eef..aa68603 100644 --- a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild +++ b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="Set of CFFI bindings for the GLFW OpenGL helper library" HOMEPAGE="http://www.cliki.net/cl-glfw" @@ -21,6 +21,6 @@ RDEPEND="media-libs/ftgl src_install() { common-lisp-install-sources lib common-lisp-install-asdf - use doc && dodoc README && dohtml index.html + use doc && dodoc README index.html use examples && doins -r examples }
