diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-09 16:46:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-09 16:46:11 +0000 |
commit | 5be29fab46d690b9f420d472322ec9d0ad94ae9b (patch) | |
tree | 712174c40c8edc7efcb53626c0887d648031c267 /sci-libs/gsl | |
parent | ia64 stable (diff) | |
download | gentoo-2-5be29fab46d690b9f420d472322ec9d0ad94ae9b.tar.gz gentoo-2-5be29fab46d690b9f420d472322ec9d0ad94ae9b.tar.bz2 gentoo-2-5be29fab46d690b9f420d472322ec9d0ad94ae9b.zip |
alpha/ia64 stable wrt #245838
(Portage version: 2.1.4.5)
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r-- | sci-libs/gsl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gsl/gsl-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index 9526c21bcdf8..d941bddeff73 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gsl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.48 2008/11/08 18:46:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.49 2008/11/09 16:46:11 armin76 Exp $ + + 09 Nov 2008; Raúl Porcel <armin76@gentoo.org> gsl-1.11.ebuild: + alpha/ia64 stable wrt #245838 08 Nov 2008; Markus Meier <maekke@gentoo.org> gsl-1.11.ebuild: amd64/x86 stable, bug #245838 diff --git a/sci-libs/gsl/gsl-1.11.ebuild b/sci-libs/gsl/gsl-1.11.ebuild index e8eaa4969de0..3de26b9b8f9c 100644 --- a/sci-libs/gsl/gsl-1.11.ebuild +++ b/sci-libs/gsl/gsl-1.11.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/gsl/gsl-1.11.ebuild,v 1.5 2008/11/08 18:46:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.11.ebuild,v 1.6 2008/11/09 16:46:11 armin76 Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="cblas" RDEPEND="app-admin/eselect-cblas |