diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-20 16:35:26 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-20 16:35:26 +0100 |
commit | 73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf (patch) | |
tree | dacbdd0063fa2b209a3c7c79d785d930d24c0b05 /dev-ml/ocaml-doc | |
parent | dev-ml/ocaml-doc: Bump to 4.04 (diff) | |
download | gentoo-73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf.tar.gz gentoo-73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf.tar.bz2 gentoo-73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf.zip |
dev-ml/ocaml-doc: Use EAPI=5.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-doc')
-rw-r--r-- | dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild index a210f42d7360..4ebdf30555b3 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" |