commit: 73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 20 15:35:26 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 15:35:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ed1ddf
dev-ml/ocaml-doc: Use EAPI=5. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild index a210f42d73..4ebdf30555 100644 --- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild +++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + DESCRIPTION="Ocaml reference manual (html)" HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/" SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
