commit: e1c84463cec467740f9db18025fafd6c60d53594 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 10 17:51:02 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 10 18:38:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c84463
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 <AT> gentoo.org> .../{ocaml-ctypes-0.21.1-r1.ebuild => ocaml-ctypes-0.21.1-r2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) 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 similarity index 92% rename from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild rename to 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 +}
