diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-24 23:17:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-24 23:17:54 +0000 |
commit | 64b2a611886df6a93a71238919805fb42af3b7f6 (patch) | |
tree | 3621e928e608f9cb986bb6bde938eb6199b698d8 /sci-libs | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-64b2a611886df6a93a71238919805fb42af3b7f6.tar.gz gentoo-2-64b2a611886df6a93a71238919805fb42af3b7f6.tar.bz2 gentoo-2-64b2a611886df6a93a71238919805fb42af3b7f6.zip |
stable on amd64 wrt bug 114587
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index af6391b24ac4..9289aff61305 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.13 2006/01/24 21:38:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.14 2006/01/24 23:17:54 blubb Exp $ + + 24 Jan 2006; Simon Stelling <blubb@gentoo.org> blas-atlas-3.6.0-r1.ebuild: + stable on amd64 wrt bug 114587 24 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> blas-atlas-3.6.0-r1.ebuild: diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild index 40dbf807659d..49018198ea09 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild,v 1.4 2006/01/24 21:38:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild,v 1.5 2006/01/24 23:17:54 blubb Exp $ inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 -ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 -ppc ~ppc64 sparc x86" IUSE="doc" DEPEND="sci-libs/blas-config |