diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-07-03 16:41:54 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-07-03 16:41:54 +0000 |
commit | 8877268514aefd73526068e0fea93f9470ab8e25 (patch) | |
tree | 38bbcb9b1915cbd7194f3077fd2eca2cda329e71 /app-sci | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-8877268514aefd73526068e0fea93f9470ab8e25.tar.gz gentoo-2-8877268514aefd73526068e0fea93f9470ab8e25.tar.bz2 gentoo-2-8877268514aefd73526068e0fea93f9470ab8e25.zip |
Add ~sparc keyword.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas-config/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/blas-config/blas-config-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/blas-config/ChangeLog b/app-sci/blas-config/ChangeLog index 3f2095382639..10322fe87a3b 100644 --- a/app-sci/blas-config/ChangeLog +++ b/app-sci/blas-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/blas-config # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/ChangeLog,v 1.5 2004/06/24 21:53:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/ChangeLog,v 1.6 2004/07/03 16:41:54 fmccor Exp $ + + 03 Jul 2004; Ferris McCormick <fmccor@gentoo.org> blas-config-1.0.0.ebuild: + add ~sparc keyword (needed for blas-atlas). 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-config-1.0.0.ebuild: Marked stable on amd64. diff --git a/app-sci/blas-config/blas-config-1.0.0.ebuild b/app-sci/blas-config/blas-config-1.0.0.ebuild index cae9d23c5121..a4e851989d8c 100644 --- a/app-sci/blas-config/blas-config-1.0.0.ebuild +++ b/app-sci/blas-config/blas-config-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/blas-config-1.0.0.ebuild,v 1.4 2004/06/24 21:53:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/blas-config-1.0.0.ebuild,v 1.5 2004/07/03 16:41:54 fmccor Exp $ DESCRIPTION="Utility to change the default BLAS library" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 amd64 ~ppc" +KEYWORDS="~x86 amd64 ~ppc ~sparc" IUSE="" DEPEND="" |