commit: 4a784aab6cd8ab7047b613ab915f462fe97c6919 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Dec 24 16:08:22 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Dec 24 16:08:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a784aab
profiles/arch/arm: mask USE=asm for libressl on arm, bug #673580 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index d3a4eb16aa6..f30414a471d 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Anthony G. Basile <[email protected]> (24 Dec 2018) +# asm broken on arm, bug #673580 +=dev-libs/libressl-2.9.0 asm + # Aaron W. Swenson <[email protected]> (19 Oct 2018) # Requires sys-devel/clang which isn’t keyworded for ARM. dev-db/postgresql llvm
