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 36AC1159C83 for ; Sun, 28 Jul 2024 13:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 662882BC026; Sun, 28 Jul 2024 13:59:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4022C2BC026 for ; Sun, 28 Jul 2024 13:59:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58FD533FD3F for ; Sun, 28 Jul 2024 13:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA5E71952 for ; Sun, 28 Jul 2024 13:59:08 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1722175114.1ae2a9b20daf44c907b247df78f466fa1931e119.grobian@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.11.0.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1ae2a9b20daf44c907b247df78f466fa1931e119 X-VCS-Branch: master Date: Sun, 28 Jul 2024 13:59:08 +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: c7fad037-b2f4-44bf-8512-324c28e1d8f3 X-Archives-Hash: c764685dfeb9ca73499f86d7cda43e6a commit: 1ae2a9b20daf44c907b247df78f466fa1931e119 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jul 28 13:58:34 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jul 28 13:58:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae2a9b2 idev-libs/libgcrypt-1.11.0: remove obsolete Solaris fix Signed-off-by: Fabian Groffen gentoo.org> dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild index 3afe6a467f90..3eb289850642 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild @@ -94,13 +94,6 @@ src_configure() { } multilib_src_configure() { - if [[ ${CHOST} == *86*-solaris* ]] ; then - # ASM code uses GNU ELF syntax, divide in particular, we need to - # allow this via ASFLAGS, since we don't have a flag-o-matic - # function for that, we'll have to abuse cflags for this - append-cflags -Wa,--divide - fi - if [[ ${CHOST} == powerpc* ]] ; then # ./configure does a lot of automagic, prevent that # generic ppc32+ppc64 altivec