diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-20 08:37:42 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-20 08:37:42 +0000 |
commit | 8f97d94fa1341d6a5b880331803ff1f22113d6cf (patch) | |
tree | c9eae87c0d4c308b4e4a6841ef2854e782c042f3 /sci-libs/atlas | |
parent | Bug #102383, version bump. (diff) | |
download | gentoo-2-8f97d94fa1341d6a5b880331803ff1f22113d6cf.tar.gz gentoo-2-8f97d94fa1341d6a5b880331803ff1f22113d6cf.tar.bz2 gentoo-2-8f97d94fa1341d6a5b880331803ff1f22113d6cf.zip |
Stable on ppc (bug #101509).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/atlas')
-rw-r--r-- | sci-libs/atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/atlas/atlas-3.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/atlas/ChangeLog b/sci-libs/atlas/ChangeLog index 832917fa37e1..69e35bd7e82c 100644 --- a/sci-libs/atlas/ChangeLog +++ b/sci-libs/atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/atlas -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/ChangeLog,v 1.2 2004/12/29 00:18:56 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/ChangeLog,v 1.3 2005/08/20 08:37:42 hansmi Exp $ + + 20 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> atlas-3.6.0.ebuild: + Stable on ppc (bug #101509). *atlas-3.4.2 (28 Dec 2004) diff --git a/sci-libs/atlas/atlas-3.6.0.ebuild b/sci-libs/atlas/atlas-3.6.0.ebuild index e5c5a211c0ba..7d280c775137 100644 --- a/sci-libs/atlas/atlas-3.6.0.ebuild +++ b/sci-libs/atlas/atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/atlas-3.6.0.ebuild,v 1.1 2004/12/28 22:05:21 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/atlas/atlas-3.6.0.ebuild,v 1.2 2005/08/20 08:37:42 hansmi Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2" LICENSE="BSD" SLOT="0" # if you change keywords here, please check dev-lang/R -KEYWORDS="~x86 ~sparc -amd64" +KEYWORDS="-amd64 ppc ~sparc ~x86" DEPEND="virtual/libc" |