diff options
Diffstat (limited to 'sci-libs/gsl/gsl-1.12.ebuild')
-rw-r--r-- | sci-libs/gsl/gsl-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gsl/gsl-1.12.ebuild b/sci-libs/gsl/gsl-1.12.ebuild index 84b2c96499d2..687013fc0d52 100644 --- a/sci-libs/gsl/gsl-1.12.ebuild +++ b/sci-libs/gsl/gsl-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.12.ebuild,v 1.2 2009/03/20 13:14:21 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.12.ebuild,v 1.3 2009/04/08 03:52:28 jer Exp $ EAPI=2 inherit eutils flag-o-matic autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="cblas" RDEPEND="cblas? ( virtual/cblas )" |