diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-07-22 11:14:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-07-22 11:14:44 +0200 |
commit | 4d16c101e71a064c837a659c8da6ee299a0636a5 (patch) | |
tree | bd0366649d42dfdda2e17d2724e98ecfc8c0d806 /dev-tex/hevea | |
parent | dev-tex/hevea: remove old (diff) | |
download | gentoo-4d16c101e71a064c837a659c8da6ee299a0636a5.tar.gz gentoo-4d16c101e71a064c837a659c8da6ee299a0636a5.tar.bz2 gentoo-4d16c101e71a064c837a659c8da6ee299a0636a5.zip |
dev-tex/hevea: add missing dep on ocamlbuild; bug #589202
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-tex/hevea')
-rw-r--r-- | dev-tex/hevea/hevea-2.28.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tex/hevea/hevea-2.28.ebuild b/dev-tex/hevea/hevea-2.28.ebuild index 90a000220df6..959e5af4865d 100644 --- a/dev-tex/hevea/hevea-2.28.ebuild +++ b/dev-tex/hevea/hevea-2.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]" RDEPEND="${DEPEND} dev-texlive/texlive-latexextra" +DEPEND="${DEPEND} dev-ml/ocamlbuild" src_compile() { rm -f config.sh |