diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-10 19:51:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-10 20:38:48 +0200 |
commit | e1c84463cec467740f9db18025fafd6c60d53594 (patch) | |
tree | cea02317e80357723c39912d46bf836d5f869837 /dev-ml | |
parent | dev-libs/libclc: Add 18.0.0_pre20230810 snapshot (diff) | |
download | gentoo-e1c84463cec467740f9db18025fafd6c60d53594.tar.gz gentoo-e1c84463cec467740f9db18025fafd6c60d53594.tar.bz2 gentoo-e1c84463cec467740f9db18025fafd6c60d53594.zip |
dev-ml/ocaml-ctypes: Fix installing ctypes-foreign library
Closes: https://bugs.gentoo.org/911932
Closes: https://bugs.gentoo.org/911944
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild (renamed from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild index ee6c6b87ae5a..054858366548 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild @@ -26,3 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-ml/ounit2 dev-ml/lwt )" REQUIRED_USE="ocamlopt" + +src_install() { + dune-install ctypes ctypes-foreign +} |