commit: cf78c8b2ba15d716d9c1174a752f129fc57952ce Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Apr 20 12:13:50 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Apr 20 12:14:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf78c8b2
profiles/arch/s390: force binutils multitarget support on Closes: https://bugs.gentoo.org/show_bug.cgi?id=839660 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/s390/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/s390/package.use.force b/profiles/arch/s390/package.use.force index 7d7cebc771ad..63b764ca220d 100644 --- a/profiles/arch/s390/package.use.force +++ b/profiles/arch/s390/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2022-04-20) +# s390-tools (in @system) needs this for building some bootloader code +sys-devel/binutils multitarget + # Mike Frysinger <[email protected]> (2016-12-09) # The ABI changes when the flag is disabled. Force it for now. # https://gmplib.org/list-archives/gmp-bugs/2016-December/004039.html
