From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1283394-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 99E4D13835C
	for <garchives@archives.gentoo.org>; Mon, 17 May 2021 22:36:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DFC9CE0824;
	Mon, 17 May 2021 22:36:09 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C9304E0824
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 22:36:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DCD7E335DC5
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 22:36:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B754793
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 22:36:06 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1621290950.948c7899ab217067144a3d1b6865ff9a17a09dff.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyFFTW/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyFFTW/pyFFTW-0.12.0-r1.ebuild dev-python/pyFFTW/pyFFTW-0.12.0.ebuild dev-python/pyFFTW/pyFFTW-9999.ebuild
X-VCS-Directories: dev-python/pyFFTW/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 948c7899ab217067144a3d1b6865ff9a17a09dff
X-VCS-Branch: master
Date: Mon, 17 May 2021 22:36:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a574e882-c828-4866-b91d-155c19c897b1
X-Archives-Hash: 763d63c2a5b2cc44a4add932ddddfc3d

commit:     948c7899ab217067144a3d1b6865ff9a17a09dff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 23:17:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 22:35:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948c7899

dev-python/pyFFTW: fix fftw dependency

Closes: https://bugs.gentoo.org/648190
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20846
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../pyFFTW/{pyFFTW-0.12.0.ebuild => pyFFTW-0.12.0-r1.ebuild}      | 8 +++++---
 dev-python/pyFFTW/pyFFTW-9999.ebuild                              | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild b/dev-python/pyFFTW/pyFFTW-0.12.0-r1.ebuild
similarity index 80%
rename from dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
rename to dev-python/pyFFTW/pyFFTW-0.12.0-r1.ebuild
index af233167188..80870ef7a97 100644
--- a/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
+++ b/dev-python/pyFFTW/pyFFTW-0.12.0-r1.ebuild
@@ -22,6 +22,8 @@ fi
 IUSE=""
 
 DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/cython[${PYTHON_USEDEP}]
-		>=sci-libs/fftw-3.3:3.0="
-RDEPEND="${DEPEND}"
+		>=sci-libs/fftw-3.3:3.0=[threads]"
+RDEPEND="${PYTHON_DEPS}
+	${DEPEND}"
+BDEPEND="${PYTHON_DEPS}
+	dev-python/cython[${PYTHON_USEDEP}]"

diff --git a/dev-python/pyFFTW/pyFFTW-9999.ebuild b/dev-python/pyFFTW/pyFFTW-9999.ebuild
index af233167188..c667ef6827f 100644
--- a/dev-python/pyFFTW/pyFFTW-9999.ebuild
+++ b/dev-python/pyFFTW/pyFFTW-9999.ebuild
@@ -22,6 +22,8 @@ fi
 IUSE=""
 
 DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/cython[${PYTHON_USEDEP}]
-		>=sci-libs/fftw-3.3:3.0="
-RDEPEND="${DEPEND}"
+		>=sci-libs/fftw-3.3:3.0=[threads]"
+RDEPEND="${DEPEND}
+	${PYTHON_DEPS}"
+BDEPEND="${PYTHON_DEPS}
+	dev-python/cython[${PYTHON_USEDEP}]"