Diff ordering-3.0.3 with a ordering-3.2.0
/usr/portage/dev-ml/ordering/ordering-3.2.0.ebuild 2023-10-09 14:52:29.800368358 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Element ordering" |
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" |
... | ... | |
21 | 22 |
RDEPEND="${DEPEND}" |
22 | 23 | |
23 | 24 |
src_configure() { |
24 |
./configure \ |
|
25 |
--libdir="$(ocamlc -where)" \ |
|
26 |
--mandir="/usr/share/man" \ |
|
27 |
|| die |
|
25 |
: |
|
28 | 26 |
} |
29 | 27 | |
30 | 28 |
src_compile() { |