summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-10 19:51:02 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-10 20:38:48 +0200
commite1c84463cec467740f9db18025fafd6c60d53594 (patch)
treecea02317e80357723c39912d46bf836d5f869837 /dev-ml
parentdev-libs/libclc: Add 18.0.0_pre20230810 snapshot (diff)
downloadgentoo-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
+}