commit: 5c1849b1916d1f7d9048bce7604a1ae2062f8154 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 13:23:02 2026 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 13:23:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1849b1
dev-tcltk/tclreadline: fix build with slibtool Closes: https://bugs.gentoo.org/934496 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tclreadline/tclreadline-2.4.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tclreadline/tclreadline-2.4.0.ebuild b/dev-tcltk/tclreadline/tclreadline-2.4.0.ebuild index 8448aebc488d..8b3e4798e19c 100644 --- a/dev-tcltk/tclreadline/tclreadline-2.4.0.ebuild +++ b/dev-tcltk/tclreadline/tclreadline-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -42,6 +42,11 @@ src_configure() { myConf+=(--without-tk) fi econf "${myConf[@]}" + + # Needed for slibtool. Bug #934496 + sed -i \ + -e '/build_old_libs=/s:false:no:' \ + libtool || die } src_install() {
