Diff findlib-1.9.5 with a findlib-1.9.6-r1
/usr/portage/dev-ml/findlib/findlib-1.9.6-r1.ebuild 2023-10-09 14:52:29.788368358 +0300 | ||
---|---|---|
9 | 9 | |
10 | 10 |
LICENSE="MIT" |
11 | 11 |
SLOT="0" |
12 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
12 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
13 | 13 |
IUSE="doc +ocamlopt tk" |
14 | 14 | |
15 | 15 |
DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] |
... | ... | |
22 | 22 |
default |
23 | 23 |
export ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml" |
24 | 24 |
export stublibs="${ocamlfind_destdir}/stublibs" |
25 |
sed -i \ |
|
26 |
-e "/dbm/d" \ |
|
27 |
-e "/graphics/d" \ |
|
28 |
-e "/ocamlbuild/d" \ |
|
29 |
-e "/check_library num/d" \ |
|
30 |
configure \ |
|
31 |
|| die |
|
25 | 32 |
} |
26 | 33 | |
27 | 34 |
src_configure() { |
... | ... | |
54 | 61 |
fi |
55 | 62 | |
56 | 63 |
# See bug #803275 and bug #833604 |
57 |
rm -f "${ED}"/usr/$(get_libdir)/ocaml/{ocamlbuild,labltk}/META || die |
|
64 |
for x in camlp4 labltk; do |
|
65 |
rm -rf "${ED}"/usr/$(get_libdir)/ocaml/${x} || die |
|
66 |
done |
|
58 | 67 |
} |
59 | 68 | |
60 | 69 |
check_stublibs() { |