Skip to content

Commit

Permalink
dev-ml/findlib: workaround collision with labltk
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Mar 22, 2023
1 parent c09e267 commit 8e9aead
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dev-ml/findlib/findlib-1.9.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -52,6 +52,9 @@ src_install() {
docinto html
dodoc -r ref-html guide-html
fi

# See bug #803275 and bug #833604
rm -f "${ED}/usr/$(get_libdir)/ocaml/labltk/META" || die
}

check_stublibs() {
Expand Down
5 changes: 4 additions & 1 deletion dev-ml/findlib/findlib-1.9.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -52,6 +52,9 @@ src_install() {
docinto html
dodoc -r ref-html guide-html
fi

# See bug #803275 and bug #833604
rm -f "${ED}/usr/$(get_libdir)/ocaml/labltk/META" || die
}

check_stublibs() {
Expand Down
3 changes: 3 additions & 0 deletions dev-ml/findlib/findlib-1.9.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ src_install() {
docinto html
dodoc -r ref-html guide-html
fi

# See bug #803275 and bug #833604
rm -f "${ED}/usr/$(get_libdir)/ocaml/labltk/META" || die
}

check_stublibs() {
Expand Down

0 comments on commit 8e9aead

Please sign in to comment.