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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2A2B158090 for ; Fri, 13 May 2022 02:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20522E079E; Fri, 13 May 2022 02:58:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF44DE079E for ; Fri, 13 May 2022 02:58:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCD4334136C for ; Fri, 13 May 2022 02:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 037D1439 for ; Fri, 13 May 2022 02:58:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652410642.918f1e41fbd689749807ff8d2d3a99c4124a50ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 918f1e41fbd689749807ff8d2d3a99c4124a50ad X-VCS-Branch: master Date: Fri, 13 May 2022 02:58:00 +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: c19c8e5f-a02a-4a1f-99ef-2f2285438537 X-Archives-Hash: 7e4a022d365ca1d7f21d60b941e06cdd commit: 918f1e41fbd689749807ff8d2d3a99c4124a50ad Author: Sam James gentoo org> AuthorDate: Fri May 13 02:57:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 13 02:57:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918f1e41 dev-libs/libgcrypt: restore asm usage for HPPA 1.1 It looks like I got it the wrong way around -- USE=-asm is the broken thing on HPPA 1.1, not USE=asm. (This explains why stage builds were acting up, I think, as they use USE=-* initially?) Bug: https://bugs.gentoo.org/832871 Signed-off-by: Sam James gentoo.org> dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild index e7d9fb4c996d..713d3c7e3a16 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild @@ -102,8 +102,6 @@ multilib_src_configure() { $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm") # causes bus-errors on sparc64-solaris $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm") - # bug #832871 - $([[ ${CHOST} == hppa1.1* ]] && echo "--disable-asm") $(use asm || echo "--disable-asm")