Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/acml/
Date: Wed, 31 Aug 2016 07:02:31
Message-Id: 1472626758.3681063c6709b7797b7246de8cdc4fc8c5c0a388.marbre@gentoo
1 commit: 3681063c6709b7797b7246de8cdc4fc8c5c0a388
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Aug 31 06:59:18 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Wed Aug 31 06:59:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3681063c
7
8 sci-libs/acml: Remove gfortran useflag, add fetch restriction; Fixes #667
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/acml/acml-6.1.0.31.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/acml/acml-6.1.0.31.ebuild b/sci-libs/acml/acml-6.1.0.31.ebuild
16 index 9889e6c..380a630 100644
17 --- a/sci-libs/acml/acml-6.1.0.31.ebuild
18 +++ b/sci-libs/acml/acml-6.1.0.31.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,13 +14,13 @@ MYP=${PN}-$(replace_all_version_separators -)
26 DESCRIPTION="AMD Core Math Library for amd64 CPUs"
27 HOMEPAGE="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/"
28 CURI="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/acml-downloads-resources/#download"
29 -SRC_URI="gfortran? ( ${P}-gfortran64.tgz )"
30 +SRC_URI="${P}-gfortran64.tgz"
31
32 LICENSE="ACML-EULA"
33 SLOT="0"
34 KEYWORDS="-* ~amd64 ~amd64-linux"
35 -IUSE="doc examples +gfortran openmp test"
36 -RESTRICT="strip mirror"
37 +IUSE="doc examples test"
38 +RESTRICT="strip mirror fetch"
39
40 DEPEND=""
41 RDEPEND=""