diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-10 11:23:08 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-10 11:23:08 +0100 |
commit | 0a30ddbb15bc54d1dcba27e05e15c2093ab105fe (patch) | |
tree | 6c489a8caa9d1d1777729b2856a492e942e41eae /dev-ml | |
parent | app-arch/fastjar: treeclean (diff) | |
download | gentoo-0a30ddbb15bc54d1dcba27e05e15c2093ab105fe.tar.gz gentoo-0a30ddbb15bc54d1dcba27e05e15c2093ab105fe.tar.bz2 gentoo-0a30ddbb15bc54d1dcba27e05e15c2093ab105fe.zip |
dev-ml/ocamlbuild: tests work only with ocamlopt
Closes: https://bugs.gentoo.org/830843
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild index ba6c5777b382..2e56df10a32b 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild @@ -12,6 +12,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" +REQUIRED_USE="test? ( ocamlopt )" RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" DEPEND="${RDEPEND} |