summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-07 16:40:52 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-07 16:40:52 +0000
commitd22d72fc009faadd5b9b51f2f408501a80e4af68 (patch)
tree722a1f19553906754fe5cfe0fdf7f4fa72465668 /sci-libs/gsl
parentkeyworded ~arch for x86, bug 298265 (diff)
downloadgentoo-2-d22d72fc009faadd5b9b51f2f408501a80e4af68.tar.gz
gentoo-2-d22d72fc009faadd5b9b51f2f408501a80e4af68.tar.bz2
gentoo-2-d22d72fc009faadd5b9b51f2f408501a80e4af68.zip
stable x86, bug 299826
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r--sci-libs/gsl/ChangeLog7
-rw-r--r--sci-libs/gsl/gsl-1.13-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog
index c1db22d45f15..c28d9df94897 100644
--- a/sci-libs/gsl/ChangeLog
+++ b/sci-libs/gsl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gsl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.60 2009/09/20 18:55:32 alexxy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.61 2010/01/07 16:40:52 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gsl-1.13-r1.ebuild:
+ stable x86, bug 299826
20 Sep 2009; Alexey Shvetsov <alexxy@gentoo.org>
files/gsl-1.13-cblas-vars.patch:
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 )"