diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-02 18:36:17 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-02 18:36:39 +0100 |
commit | ba25d7ae505a96f7a0bb01787c75f93629576608 (patch) | |
tree | 4f13c55efe431abe2a99feed91d050032d7b3422 | |
parent | media-libs/libsub: Initial import (required for dcpomatic). (diff) | |
download | gentoo-ba25d7ae505a96f7a0bb01787c75f93629576608.tar.gz gentoo-ba25d7ae505a96f7a0bb01787c75f93629576608.tar.bz2 gentoo-ba25d7ae505a96f7a0bb01787c75f93629576608.zip |
dev-ml/uchar: Add missing ocamlbuild dep, bug #611416
Package-Manager: Portage-2.3.4, Repoman-2.3.2
-rw-r--r-- | dev-ml/uchar/uchar-0.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uchar/uchar-0.0.1.ebuild b/dev-ml/uchar/uchar-0.0.1.ebuild index 295342b84746..ed8af46309eb 100644 --- a/dev-ml/uchar/uchar-0.0.1.ebuild +++ b/dev-ml/uchar/uchar-0.0.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.03:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} dev-ml/ocamlbuild" src_compile() { ocaml pkg/build.ml \ |