Diff stdune-3.0.3-r2 with a stdune-3.2.0-r1
/usr/portage/dev-ml/stdune/stdune-3.2.0-r1.ebuild 2023-10-09 14:52:29.808368358 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Dune's unstable standard library" |
9 | 9 |
HOMEPAGE="https://github.com/ocaml/dune" |
10 |
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> dune-${PV}.tar.gz" |
|
10 |
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz |
|
11 |
-> dune-${PV}.tar.gz" |
|
11 | 12 |
S="${WORKDIR}/dune-${PV}" |
12 | 13 | |
13 | 14 |
LICENSE="Apache-2.0" |
... | ... | |
27 | 28 |
RDEPEND="${DEPEND}" |
28 | 29 | |
29 | 30 |
src_configure() { |
30 |
./configure \ |
|
31 |
--libdir="$(ocamlc -where)" \ |
|
32 |
--mandir="/usr/share/man" \ |
|
33 |
|| die |
|
31 |
: |
|
34 | 32 |
} |
35 | 33 | |
36 | 34 |
src_compile() { |