From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C72FB138334 for ; Mon, 24 Dec 2018 16:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78134E0992; Mon, 24 Dec 2018 16:08:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BBF8E0992 for ; Mon, 24 Dec 2018 16:08:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65683335C6F for ; Mon, 24 Dec 2018 16:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326A045B for ; Mon, 24 Dec 2018 16:08:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1545667702.4a784aab6cd8ab7047b613ab915f462fe97c6919.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.mask X-VCS-Directories: profiles/arch/arm/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4a784aab6cd8ab7047b613ab915f462fe97c6919 X-VCS-Branch: master Date: Mon, 24 Dec 2018 16:08:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 165c991c-0282-453a-9250-b975b681cdbe X-Archives-Hash: 6f923a3c184a7fd76aec07e441e71a9a commit: 4a784aab6cd8ab7047b613ab915f462fe97c6919 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Dec 24 16:08:22 2018 +0000 Commit: Anthony G. Basile gentoo 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 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 (24 Dec 2018) +# asm broken on arm, bug #673580 +=dev-libs/libressl-2.9.0 asm + # Aaron W. Swenson (19 Oct 2018) # Requires sys-devel/clang which isn’t keyworded for ARM. dev-db/postgresql llvm