commit:     09f32b5c282f74c542ec8339c785031b348fe68b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 11:38:45 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 11:38:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=09f32b5c

dev-lang/pgi: Remove last mentions of sci-libs/acml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/pgi/metadata.xml    |  1 -
 dev-lang/pgi/pgi-13.5.ebuild | 13 +++----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/dev-lang/pgi/metadata.xml b/dev-lang/pgi/metadata.xml
index 76552d4e1..e355aa225 100644
--- a/dev-lang/pgi/metadata.xml
+++ b/dev-lang/pgi/metadata.xml
@@ -12,7 +12,6 @@
     <name>Gentoo Cluster Project</name>
   </maintainer>
   <use>
-       <flag name="acml">Install AMD's core math library.</flag>
        <flag name="java">Install a PGI-tuned JRE.</flag>
        <flag name="cuda">Install PGI's CUDA components (e.g. for 
OpenACC)</flag>
   </use>

diff --git a/dev-lang/pgi/pgi-13.5.ebuild b/dev-lang/pgi/pgi-13.5.ebuild
index daeea40e6..0f747a78d 100644
--- a/dev-lang/pgi/pgi-13.5.ebuild
+++ b/dev-lang/pgi/pgi-13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="pgilinux-2013-135.tar.gz"
 LICENSE="PGI"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="acml cuda java"
+IUSE="cuda java"
 
 RDEPEND="net-misc/curl"
 
@@ -62,15 +62,8 @@ src_install() {
 1
 ${ED}/opt/pgi"
 
-       if use acml; then
-               command="${command}
-y
-accept
-"
-       else
-               command="${command}
+       command="${command}
 n"
-       fi
 
        if use cuda; then
                command="${command}

Reply via email to