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 8009C158086 for ; Sun, 19 Dec 2021 12:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE8CE07AE; Sun, 19 Dec 2021 12:13:19 +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 C917DE07AE for ; Sun, 19 Dec 2021 12:13:18 +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 CB452343269 for ; Sun, 19 Dec 2021 12:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18408202 for ; Sun, 19 Dec 2021 12:13:15 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1639915978.d6c33d847aca91129e5dbc2b41c6cdefc1799207.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lrzip/lrzip-0.641-r1.ebuild X-VCS-Directories: app-arch/lrzip/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: d6c33d847aca91129e5dbc2b41c6cdefc1799207 X-VCS-Branch: master Date: Sun, 19 Dec 2021 12:13:15 +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: 80763336-d614-4545-a529-5c243054a229 X-Archives-Hash: 6d3bb823ee2ae6317cedccd37bbc2e18 commit: d6c33d847aca91129e5dbc2b41c6cdefc1799207 Author: Stephan Hartmann gentoo org> AuthorDate: Sun Dec 19 12:12:58 2021 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Sun Dec 19 12:12:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c33d84 app-arch/lrzip: fix typo to enable asm on amd64/x86 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Stephan Hartmann gentoo.org> app-arch/lrzip/lrzip-0.641-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lrzip/lrzip-0.641-r1.ebuild b/app-arch/lrzip/lrzip-0.641-r1.ebuild index 2a3a5eea7ce8..b8363c1ee90d 100644 --- a/app-arch/lrzip/lrzip-0.641-r1.ebuild +++ b/app-arch/lrzip/lrzip-0.641-r1.ebuild @@ -42,7 +42,7 @@ src_configure() { # ASM optimizations are only available on amd64 and x86, bug #829003 local asm=no if use amd64 || use x86; then - asm=no + asm=yes fi econf \