Diff dune-3.5.0 with a dune-3.6.1

/usr/portage/dev-ml/dune/dune-3.6.1.ebuild 2023-10-09 14:52:29.788368358 +0300
47 47
}
48 48

  
49 49
src_compile() {
50
	ocaml bootstrap.ml -j $(makeopts_jobs) || die
51
	./dune.exe build -p "${PN}" --profile dune-bootstrap -j $(makeopts_jobs) \
52
		--display short || die
50
	ocaml boot/bootstrap.ml -j $(makeopts_jobs) --verbose || die
51
	./_boot/dune.exe build @install -p "${PN}" --profile dune-bootstrap \
52
		-j $(makeopts_jobs) --display short || die
53 53

  
54 54
	use emacs && elisp-compile editor-integration/emacs/*.el
55 55
}
Thank you!