commit:     41e61ffd2214f056b3c2b5fd13bdb27730c912f6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 21:35:37 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 21:35:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e61ffd

app-shells/scsh: filter LTO (type mismatch)

Closes: https://bugs.gentoo.org/854873
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-shells/scsh/scsh-0.6.7-r3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-shells/scsh/scsh-0.6.7-r3.ebuild 
b/app-shells/scsh/scsh-0.6.7-r3.ebuild
index 26d0d047d90b..e42fc36bb8a3 100644
--- a/app-shells/scsh/scsh-0.6.7-r3.ebuild
+++ b/app-shells/scsh/scsh-0.6.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NOTICE: SCSH 0.6.7 is 32bit only
@@ -6,7 +6,7 @@
 
 EAPI=8
 
-inherit multilib
+inherit flag-o-matic multilib
 
 MY_PV="${PV%*.*}"
 
@@ -36,6 +36,9 @@ PATCHES=(
 src_configure() {
        use amd64 && multilib_toolchain_setup x86
 
+       # bug #854873
+       filter-lto
+
        export SCSH_LIB_DIRS="/usr/$(get_libdir)/${PN}"
 
        local myconf=(

Reply via email to