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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F62E158015 for ; Sun, 24 Dec 2023 16:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B872BC021; Sun, 24 Dec 2023 16:43:10 +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 8062D2BC021 for ; Sun, 24 Dec 2023 16:43:10 +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 3F0B033C84E for ; Sun, 24 Dec 2023 16:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6399C4 for ; Sun, 24 Dec 2023 16:43:07 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1703436155.a864e26922f45315b1d723fed369142711d8e62c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kissfft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/kissfft/kissfft-131.1.0.ebuild sci-libs/kissfft/kissfft-9999.ebuild X-VCS-Directories: sci-libs/kissfft/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a864e26922f45315b1d723fed369142711d8e62c X-VCS-Branch: master Date: Sun, 24 Dec 2023 16:43:07 +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: b76b02d0-8256-49c5-a10b-2efc576f958e X-Archives-Hash: 6962789b65f9265ec420a41be678296f commit: a864e26922f45315b1d723fed369142711d8e62c Author: James Le Cuirot gentoo org> AuthorDate: Sun Dec 24 16:42:35 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 24 16:42:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a864e269 sci-libs/kissfft: Fix cross-compiling with patch Submitted upstream but sadly upstream looks a bit dead. Signed-off-by: James Le Cuirot gentoo.org> sci-libs/kissfft/kissfft-131.1.0.ebuild | 4 ++++ sci-libs/kissfft/kissfft-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sci-libs/kissfft/kissfft-131.1.0.ebuild b/sci-libs/kissfft/kissfft-131.1.0.ebuild index 8cd5a54a6850..a06cd743a6c7 100644 --- a/sci-libs/kissfft/kissfft-131.1.0.ebuild +++ b/sci-libs/kissfft/kissfft-131.1.0.ebuild @@ -32,6 +32,10 @@ DEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${PN}-131.1.0-cross.patch +) + python_check_deps() { python_has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" } diff --git a/sci-libs/kissfft/kissfft-9999.ebuild b/sci-libs/kissfft/kissfft-9999.ebuild index 9bd7014dd1fb..238fe43ab8ee 100644 --- a/sci-libs/kissfft/kissfft-9999.ebuild +++ b/sci-libs/kissfft/kissfft-9999.ebuild @@ -32,6 +32,10 @@ DEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${PN}-131.1.0-cross.patch +) + python_check_deps() { python_has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" }