aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-08-31 08:59:18 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2016-08-31 08:59:18 +0200
commit3681063c6709b7797b7246de8cdc4fc8c5c0a388 (patch)
treea9cc90dd7c2ddc63bb132b5e8b24620a0c29a045 /sci-libs/acml/acml-6.1.0.31.ebuild
parentsci-libs/nipype: added dep (#665) (diff)
downloadsci-3681063c6709b7797b7246de8cdc4fc8c5c0a388.tar.gz
sci-3681063c6709b7797b7246de8cdc4fc8c5c0a388.tar.bz2
sci-3681063c6709b7797b7246de8cdc4fc8c5c0a388.zip
sci-libs/acml: Remove gfortran useflag, add fetch restriction; Fixes #667
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs/acml/acml-6.1.0.31.ebuild')
-rw-r--r--sci-libs/acml/acml-6.1.0.31.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/acml/acml-6.1.0.31.ebuild b/sci-libs/acml/acml-6.1.0.31.ebuild
index 9889e6c28..380a630aa 100644
--- a/sci-libs/acml/acml-6.1.0.31.ebuild
+++ b/sci-libs/acml/acml-6.1.0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,13 +14,13 @@ MYP=${PN}-$(replace_all_version_separators -)
DESCRIPTION="AMD Core Math Library for amd64 CPUs"
HOMEPAGE="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/"
CURI="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/acml-downloads-resources/#download"
-SRC_URI="gfortran? ( ${P}-gfortran64.tgz )"
+SRC_URI="${P}-gfortran64.tgz"
LICENSE="ACML-EULA"
SLOT="0"
KEYWORDS="-* ~amd64 ~amd64-linux"
-IUSE="doc examples +gfortran openmp test"
-RESTRICT="strip mirror"
+IUSE="doc examples test"
+RESTRICT="strip mirror fetch"
DEPEND=""
RDEPEND=""