summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-07 18:28:37 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-07 18:28:37 +0000
commit7e183b9e19cc4348af7bc247793eb127bebcdebb (patch)
tree160205ba58f2c55834df6663338a9e2209c79131 /sci-libs/acml
parents390 love (diff)
downloadgentoo-2-7e183b9e19cc4348af7bc247793eb127bebcdebb.tar.gz
gentoo-2-7e183b9e19cc4348af7bc247793eb127bebcdebb.tar.bz2
gentoo-2-7e183b9e19cc4348af7bc247793eb127bebcdebb.zip
add -* to KEYWORDS to indicate this is binary only
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r--sci-libs/acml/acml-4.1.0-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild
index 145c0c8c6f3b..863c79958718 100644
--- a/sci-libs/acml/acml-4.1.0-r1.ebuild
+++ b/sci-libs/acml/acml-4.1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.3 2008/06/23 14:43:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.4 2008/12/07 18:28:37 vapier Exp $
EAPI="1"
@@ -24,12 +24,11 @@ SRC_URI="
gfortran? ( ${MY_P}-gfortran-32bit.tgz )
!ifc? ( !gfortran? ( ${MY_P}-gfortran-32bit.tgz ) ) )"
-IUSE="doc examples gfortran ifc int64 openmp test"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="strip fetch"
LICENSE="ACML"
SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc examples gfortran ifc int64 openmp test"
+RESTRICT="strip fetch"
CDEPEND="ifc? ( dev-lang/ifc )
gfortran? ( sys-devel/gcc:4.2 )