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 5FAA7158041 for ; Mon, 11 Mar 2024 15:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9796DE2A63; Mon, 11 Mar 2024 15:39:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 71440E2A63 for ; Mon, 11 Mar 2024 15:39:50 +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 75E9633BF60 for ; Mon, 11 Mar 2024 15:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D1F1384 for ; Mon, 11 Mar 2024 15:39:48 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1710171573.c5a27c6941db488ac3b99eb691c16d999ab3408c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isa-l_crypto/, dev-libs/isa-l_crypto/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild X-VCS-Directories: dev-libs/isa-l_crypto/files/ dev-libs/isa-l_crypto/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c5a27c6941db488ac3b99eb691c16d999ab3408c X-VCS-Branch: master Date: Mon, 11 Mar 2024 15:39:48 +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: 2e894543-3907-4fca-9b30-0b755efc40c6 X-Archives-Hash: c9609761d7ab42246ec2a8bdfca7df4a commit: c5a27c6941db488ac3b99eb691c16d999ab3408c Author: Marek Szuba gentoo org> AuthorDate: Mon Mar 11 15:37:25 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Mar 11 15:39:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a27c69 dev-libs/isa-l_crypto: fix slibtool build failures Closes: https://bugs.gentoo.org/924403 Signed-off-by: Marek Szuba gentoo.org> .../files/isa-l_crypto-2.24.0_fix-shebang.patch | 26 ++++++++++++++++++++++ dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch b/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch new file mode 100644 index 000000000000..fc26b792aacf --- /dev/null +++ b/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch @@ -0,0 +1,26 @@ +From b7158c5382163385ef08edec8021da259bf7afe4 Mon Sep 17 00:00:00 2001 +From: orbea +Date: Sat, 9 Mar 2024 11:34:23 -0800 +Subject: [PATCH] tools: fix shebang + +This causes a build failure with slibtool. + +Gentoo issue: https://bugs.gentoo.org/924403 + +Signed-off-by: orbea +--- a/tools/nasm-filter.sh ++++ b/tools/nasm-filter.sh +@@ -1,4 +1,4 @@ +-#/bin/sh ++#!/bin/sh + + # Filter out unnecessary options added by automake + +--- a/tools/yasm-filter.sh ++++ b/tools/yasm-filter.sh +@@ -1,4 +1,4 @@ +-#/bin/sh ++#!/bin/sh + + # Filter out unnecessary options added by automake + diff --git a/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild b/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild index 5ea355130d4b..fba607e71b42 100644 --- a/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild +++ b/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ BDEPEND="amd64? ( )" PATCHES=( + "${FILESDIR}"/${PN}-2.24.0_fix-shebang.patch "${FILESDIR}"/${PN}-2.24.0_makefile-no-D.patch )