diff options
author | 2022-06-30 09:36:01 +0200 | |
---|---|---|
committer | 2022-06-30 09:36:01 +0200 | |
commit | 7ca0608c6e0e0cbd2024258b257aef742dfac40a (patch) | |
tree | 02cab762252a1b7a1c9529f3c71eb601be3b3012 /dev-ml | |
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')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild index a473cbada2f3..375830244949 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ KEYWORDS="amd64 arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" +DEPEND="dev-ml/findlib[ocamlopt]" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] >=dev-libs/libffi-3.3_rc0:= diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild index 80f7940123ae..b1d5842e96c8 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" +DEPEND="dev-ml/findlib[ocamlopt]" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] >=dev-libs/libffi-3.3_rc0:= 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:= |