From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C24559CB1 for ; Wed, 13 Apr 2016 05:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A04E321C001; Wed, 13 Apr 2016 05:53:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DB7021C001 for ; Wed, 13 Apr 2016 05:53:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC548340D15 for ; Wed, 13 Apr 2016 05:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61BA5C8 for ; Wed, 13 Apr 2016 05:53:39 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1460526749.c4b726e8b8726e48d7646774970b548e1964858a.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/julia/julia-0.4.3.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: c4b726e8b8726e48d7646774970b548e1964858a X-VCS-Branch: master Date: Wed, 13 Apr 2016 05:53:39 +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-Archives-Salt: 412b45e5-ef0c-4eb2-a7ad-cc254756df28 X-Archives-Hash: f3c5a6ff17435ef799ce7637dfde1bd1 commit: c4b726e8b8726e48d7646774970b548e1964858a Author: Austin English gentoo org> AuthorDate: Mon Apr 11 20:34:13 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Apr 13 05:52:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b726e8 dev-lang/julia: require USE=threads for sci-libs/fftw Package-Manager: portage-2.2.26 dev-lang/julia/julia-0.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/julia/julia-0.4.3.ebuild b/dev-lang/julia/julia-0.4.3.ebuild index c6f50bd..8d648df 100644 --- a/dev-lang/julia/julia-0.4.3.ebuild +++ b/dev-lang/julia/julia-0.4.3.ebuild @@ -30,7 +30,7 @@ RDEPEND=" sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= - sci-libs/fftw:3.0= + sci-libs/fftw:3.0=[threads] sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0=