diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-01 12:58:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-01 12:58:01 +0000 |
| commit | 288035c853dae8ddcd1d56c2476f141ef6c6f0cb (patch) | |
| tree | 1e5808384d30110002d96b2c5aa1a3960f186335 /dev-ml/findlib | |
| parent | d1ce6e81b74316f4ee8bf59eec1785698c1c18be (diff) | |
| download | baldeagleos-repo-288035c853dae8ddcd1d56c2476f141ef6c6f0cb.tar.gz baldeagleos-repo-288035c853dae8ddcd1d56c2476f141ef6c6f0cb.tar.xz baldeagleos-repo-288035c853dae8ddcd1d56c2476f141ef6c6f0cb.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/findlib')
| -rw-r--r-- | dev-ml/findlib/findlib-1.9.6-r1.ebuild (renamed from dev-ml/findlib/findlib-1.9.6.ebuild) | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-ml/findlib/findlib-1.9.6.ebuild b/dev-ml/findlib/findlib-1.9.6-r1.ebuild index 277e992bd77e..a344a50250c8 100644 --- a/dev-ml/findlib/findlib-1.9.6.ebuild +++ b/dev-ml/findlib/findlib-1.9.6-r1.ebuild @@ -22,6 +22,13 @@ src_prepare() { default export ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml" export stublibs="${ocamlfind_destdir}/stublibs" + sed -i \ + -e "/dbm/d" \ + -e "/graphics/d" \ + -e "/ocamlbuild/d" \ + -e "/check_library num/d" \ + configure \ + || die } src_configure() { @@ -54,7 +61,7 @@ src_install() { fi # See bug #803275 and bug #833604 - for x in camlp4 dbm graphics labltk num num-top ocamlbuild; do + for x in camlp4 labltk; do rm -rf "${ED}"/usr/$(get_libdir)/ocaml/${x} || die done } |
