Diff dune-configurator-3.0.3-r1 with a dune-configurator-3.2.0

/usr/portage/dev-ml/dune-configurator/dune-configurator-3.2.0.ebuild 2023-10-09 14:52:29.784368358 +0300
5 5

  
6 6
inherit dune multiprocessing
7 7

  
8
DESCRIPTION="A composable build system for OCaml"
8
DESCRIPTION="Helper library for gathering system configuration"
9 9
HOMEPAGE="https://github.com/ocaml/dune"
10 10
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> dune-${PV}.tar.gz"
11 11
S="${WORKDIR}/dune-${PV}"
......
31 31
}
32 32

  
33 33
src_configure() {
34
	./configure \
35
		--libdir="$(ocamlc -where)" \
36
		--mandir="/usr/share/man" \
37
		|| die
34
	:
38 35
}
39 36

  
40 37
src_compile() {
Thank you!