diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-06-30 09:36:01 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-06-30 09:36:01 +0200 |
commit | 7ca0608c6e0e0cbd2024258b257aef742dfac40a (patch) | |
tree | 02cab762252a1b7a1c9529f3c71eb601be3b3012 /dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | |
parent | app-editors/nano: Sync live ebuild (diff) | |
download | gentoo-7ca0608c6e0e0cbd2024258b257aef742dfac40a.tar.gz gentoo-7ca0608c6e0e0cbd2024258b257aef742dfac40a.tar.bz2 gentoo-7ca0608c6e0e0cbd2024258b257aef742dfac40a.zip |
dev-ml/ocaml-ctypes: dep on findlib with ocamlopt
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild index b6e2c219acec..386a3be30de6 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" +DEPEND="dev-ml/findlib[ocamlopt]" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] >=dev-libs/libffi-3.3_rc0:= |