summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-22 07:26:52 +0000
committerSam James <sam@gentoo.org>2023-03-22 07:35:30 +0000
commit8e9aeadb5a60eea60b835c75ed81662ebec9e879 (patch)
tree4912864178bbe19f11434b58c1d758adca5ab2c3 /dev-ml/findlib
parentdev-ruby/ruby_smb: add 3.2.5 (diff)
downloadgentoo-8e9aeadb5a60eea60b835c75ed81662ebec9e879.tar.gz
gentoo-8e9aeadb5a60eea60b835c75ed81662ebec9e879.tar.bz2
gentoo-8e9aeadb5a60eea60b835c75ed81662ebec9e879.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r--dev-ml/findlib/findlib-1.9.3.ebuild5
-rw-r--r--dev-ml/findlib/findlib-1.9.5.ebuild5
-rw-r--r--dev-ml/findlib/findlib-1.9.6.ebuild3
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() {