commit:     8e9aeadb5a60eea60b835c75ed81662ebec9e879
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 07:26:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:35:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9aeadb

dev-ml/findlib: workaround collision with labltk

Bug: https://bugs.gentoo.org/803275
Closes: https://bugs.gentoo.org/833604
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/findlib/findlib-1.9.3.ebuild | 5 ++++-
 dev-ml/findlib/findlib-1.9.5.ebuild | 5 ++++-
 dev-ml/findlib/findlib-1.9.6.ebuild | 3 +++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-ml/findlib/findlib-1.9.3.ebuild 
b/dev-ml/findlib/findlib-1.9.3.ebuild
index 72f0e01b3a7c..c3a691a01481 100644
--- a/dev-ml/findlib/findlib-1.9.3.ebuild
+++ b/dev-ml/findlib/findlib-1.9.3.ebuild
@@ -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
@@ -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() {

diff --git a/dev-ml/findlib/findlib-1.9.5.ebuild 
b/dev-ml/findlib/findlib-1.9.5.ebuild
index 6d9c0f236c54..701736ea9f4a 100644
--- a/dev-ml/findlib/findlib-1.9.5.ebuild
+++ b/dev-ml/findlib/findlib-1.9.5.ebuild
@@ -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
@@ -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() {

diff --git a/dev-ml/findlib/findlib-1.9.6.ebuild 
b/dev-ml/findlib/findlib-1.9.6.ebuild
index 8fa3b2537783..b2e309f4791b 100644
--- a/dev-ml/findlib/findlib-1.9.6.ebuild
+++ b/dev-ml/findlib/findlib-1.9.6.ebuild
@@ -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() {

Reply via email to