commit: ce4e6a3afdbb3a5599180e2f78389616f549a3ba Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 07:21:41 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 07:21:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4e6a3a
profiles: force 'unwind' on with dev-libs/efl on arm Closes: https://bugs.gentoo.org/618232 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/arch/arm/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index db3ecc00968..f8f2470ba9d 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/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]> (2019-07-31) +# Force 'unwind' on for arm with dev-libs/efl +# 618232 +dev-libs/efl unwind + # Georgy Yakovlev <[email protected]> (2019-02-16) # Force the host target dev-lang/rust llvm_targets_ARM
