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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2406139694 for ; Mon, 26 Jun 2017 20:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C477621C04E; Mon, 26 Jun 2017 20:35:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9FA2021C04E for ; Mon, 26 Jun 2017 20:35:40 +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 21BC934175C for ; Mon, 26 Jun 2017 20:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91334748A for ; Mon, 26 Jun 2017 20:35:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1498509317.14c1e493cfd90dce75fdc385a1af3926e7d5fc40.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/atlas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/atlas/atlas-3.10.3.ebuild sci-libs/atlas/atlas-3.11.38-r1.ebuild sci-libs/atlas/metadata.xml X-VCS-Directories: sci-libs/atlas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 14c1e493cfd90dce75fdc385a1af3926e7d5fc40 X-VCS-Branch: master Date: Mon, 26 Jun 2017 20:35:37 +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: d859ff6a-a954-4524-a504-7e5a52304e43 X-Archives-Hash: faa2726de9ba8071e7833c498d79490c commit: 14c1e493cfd90dce75fdc385a1af3926e7d5fc40 Author: Justin Lecher gentoo org> AuthorDate: Mon Jun 26 20:35:17 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 26 20:35:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14c1e493 sci-libs/atlas: Sanitize default USE combination Helps sorting out #794 Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-libs/atlas/atlas-3.10.3.ebuild | 4 ++-- sci-libs/atlas/atlas-3.11.38-r1.ebuild | 2 +- sci-libs/atlas/metadata.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/atlas/atlas-3.10.3.ebuild b/sci-libs/atlas/atlas-3.10.3.ebuild index e6b6e7147..131790147 100644 --- a/sci-libs/atlas/atlas-3.10.3.ebuild +++ b/sci-libs/atlas/atlas-3.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+deprecated doc fortran generic lapack static-libs threads" +IUSE="+deprecated doc +fortran generic +lapack static-libs threads" REQUIRED_USE=" deprecated? ( lapack ) diff --git a/sci-libs/atlas/atlas-3.11.38-r1.ebuild b/sci-libs/atlas/atlas-3.11.38-r1.ebuild index 7b35184a8..5db98d96b 100644 --- a/sci-libs/atlas/atlas-3.11.38-r1.ebuild +++ b/sci-libs/atlas/atlas-3.11.38-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+deprecated doc fortran generic ifko lapack static-libs threads" +IUSE="+deprecated doc +fortran generic ifko +lapack static-libs threads" REQUIRED_USE=" deprecated? ( lapack ) diff --git a/sci-libs/atlas/metadata.xml b/sci-libs/atlas/metadata.xml index 5fffffdf1..b77adaad5 100644 --- a/sci-libs/atlas/metadata.xml +++ b/sci-libs/atlas/metadata.xml @@ -1,4 +1,4 @@ - +