diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-12 12:08:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-12 12:08:47 +0000 |
commit | 1eaec1143e2147343316ffb9fb450c90fb55fdc0 (patch) | |
tree | 03b56c512014772bd915dfc990f057ecc4472a03 /sci-libs | |
parent | Version bumped. This version should finally run with dash. Large speedup in v... (diff) | |
download | gentoo-2-1eaec1143e2147343316ffb9fb450c90fb55fdc0.tar.gz gentoo-2-1eaec1143e2147343316ffb9fb450c90fb55fdc0.tar.bz2 gentoo-2-1eaec1143e2147343316ffb9fb450c90fb55fdc0.zip |
Stable on amd64 wrt bug 180916
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gsl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gsl/gsl-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index 5625a415cc93..9a079afb4177 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gsl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.35 2007/06/09 16:26:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.36 2007/06/12 12:08:47 angelos Exp $ + + 12 Jun 2007; Christoph Mende <angelos@gentoo.org> gsl-1.9.ebuild: + Stable on amd64 wrt bug 180916 09 Jun 2007; nixnut <nixnut@gentoo.org> gsl-1.9.ebuild: Stable on ppc wrt bug 180916 diff --git a/sci-libs/gsl/gsl-1.9.ebuild b/sci-libs/gsl/gsl-1.9.ebuild index 54457b5d1c55..45de7467e720 100644 --- a/sci-libs/gsl/gsl-1.9.ebuild +++ b/sci-libs/gsl/gsl-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.9.ebuild,v 1.10 2007/06/09 16:26:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.9.ebuild,v 1.11 2007/06/12 12:08:47 angelos Exp $ inherit eutils flag-o-matic autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |