diff options
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r-- | sci-libs/gsl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gsl/gsl-1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index 57e7bfdc637d..37aed846d2ab 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gsl # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.55 2009/04/15 18:52:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.56 2009/04/18 15:07:07 maekke Exp $ + + 18 Apr 2009; Markus Meier <maekke@gentoo.org> gsl-1.12: + amd64/x86 stable, bug #265339 15 Apr 2009; Brent Baude <ranger@gentoo.org> gsl-1.12.ebuild: Marking gsl-1.12 ppc64 for bug 265339 diff --git a/sci-libs/gsl/gsl-1.12.ebuild b/sci-libs/gsl/gsl-1.12.ebuild index 7fc13c35b520..438eed98a24b 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.6 2009/04/15 18:52:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.12.ebuild,v 1.7 2009/04/18 15:07:07 maekke 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 )" |