diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-23 13:23:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-23 13:23:11 +0000 |
commit | 9ccbeb2eae71eb4ab08a26807510018aa966306f (patch) | |
tree | bb46c1c6594dcdec54a3e8825b8d14d0519fea90 /sci-libs/gsl | |
parent | Remove dev-perl/Inline-Java (#206177,#220491) (diff) | |
download | gentoo-2-9ccbeb2eae71eb4ab08a26807510018aa966306f.tar.gz gentoo-2-9ccbeb2eae71eb4ab08a26807510018aa966306f.tar.bz2 gentoo-2-9ccbeb2eae71eb4ab08a26807510018aa966306f.zip |
arm/ia64/s390/sh/sparc stable wrt #265339
(Portage version: 2.1.6.7/cvs/Linux ia64)
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 37aed846d2ab..fff3b3d2ba34 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.56 2009/04/18 15:07:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.57 2009/04/23 13:23:11 armin76 Exp $ + + 23 Apr 2009; Raúl Porcel <armin76@gentoo.org> gsl-1.12.ebuild: + arm/ia64/s390/sh/sparc stable wrt #265339 18 Apr 2009; Markus Meier <maekke@gentoo.org> gsl-1.12: amd64/x86 stable, bug #265339 diff --git a/sci-libs/gsl/gsl-1.12.ebuild b/sci-libs/gsl/gsl-1.12.ebuild index 438eed98a24b..658879d792fb 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.7 2009/04/18 15:07:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.12.ebuild,v 1.8 2009/04/23 13:23:11 armin76 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 )" |