commit: 9db93904d8cb6945f8b8e4c7e8cde25f9de469fa Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Sat Jan 12 19:28:47 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 12:02:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db93904
profiles: force 'unwind' on with dev-libs/efl on ppc & ppc64 Bug: https://bugs.gentoo.org/668486 Bug: https://bugs.gentoo.org/657750 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10812 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force index a010945c966..511015cf60e 100644 --- a/profiles/arch/powerpc/package.use.force +++ b/profiles/arch/powerpc/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola <[email protected]> (12 Jan 2019) +# Force 'unwind' on for ppc and ppc64 with dev-libs/efl +# #668486, #657750 +dev-libs/efl unwind + # Sergei Trofimovich <[email protected]> (25 Dec 2018) # Enable powerpc target by default. dev-lang/rust llvm_targets_PowerPC
