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 85504138330 for ; Wed, 31 Aug 2016 07:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5491A21C08F; Wed, 31 Aug 2016 07:02:28 +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 EF8C821C08F for ; Wed, 31 Aug 2016 07:02:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 87E0F340775 for ; Wed, 31 Aug 2016 07:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1CC82467 for ; Wed, 31 Aug 2016 07:02:24 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1472626758.3681063c6709b7797b7246de8cdc4fc8c5c0a388.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/acml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/acml/acml-6.1.0.31.ebuild X-VCS-Directories: sci-libs/acml/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 3681063c6709b7797b7246de8cdc4fc8c5c0a388 X-VCS-Branch: master Date: Wed, 31 Aug 2016 07:02:24 +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: a474e891-6744-448e-860b-085502525008 X-Archives-Hash: ffb9473f70e9c92a64c50152d728dcb8 commit: 3681063c6709b7797b7246de8cdc4fc8c5c0a388 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Aug 31 06:59:18 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Aug 31 06:59:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3681063c sci-libs/acml: Remove gfortran useflag, add fetch restriction; Fixes #667 Package-Manager: portage-2.2.28 sci-libs/acml/acml-6.1.0.31.ebuild | 8 ++++---- 1 file 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 9889e6c..380a630 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=""