diff options
Diffstat (limited to 'sci-libs/gsl/gsl-1.13-r1.ebuild')
-rw-r--r-- | sci-libs/gsl/gsl-1.13-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gsl/gsl-1.13-r1.ebuild b/sci-libs/gsl/gsl-1.13-r1.ebuild index 96ec58f9d8b3..fbb5aede5f37 100644 --- a/sci-libs/gsl/gsl-1.13-r1.ebuild +++ b/sci-libs/gsl/gsl-1.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.13-r1.ebuild,v 1.1 2009/09/20 18:45:49 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.13-r1.ebuild,v 1.2 2010/01/07 16:40:52 fauli 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 )" |