diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-08-28 14:33:45 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-08-28 14:33:45 +0000 |
commit | 2371dad06396e86021b327ca8204f2cfe58d98a1 (patch) | |
tree | 2c4e193fe72a79b23c0ae19225c69d89632e8bfa /sci-physics | |
parent | Stable on ppc wrt bug 190200 (diff) | |
download | gentoo-2-2371dad06396e86021b327ca8204f2cfe58d98a1.tar.gz gentoo-2-2371dad06396e86021b327ca8204f2cfe58d98a1.tar.bz2 gentoo-2-2371dad06396e86021b327ca8204f2cfe58d98a1.zip |
Add ~sparc for testing (Bug #190163 comment 3) --- but please see Bug #190534
(very poor choice of compiler flags for a high performance library).
(Portage version: 2.1.3.7)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/cernlib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/cernlib/cernlib-2006.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-physics/cernlib/ChangeLog b/sci-physics/cernlib/ChangeLog index 33b909a17bc4..6c3510d353da 100644 --- a/sci-physics/cernlib/ChangeLog +++ b/sci-physics/cernlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.1 2007/08/24 21:31:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.2 2007/08/28 14:33:45 fmccor Exp $ + + 28 Aug 2007; Ferris McCormick <fmccor@gentoo.org> cernlib-2006.ebuild: + Add ~sparc for testing (Bug #190163 comment 3) --- but please see Bug #190534 + (very poor choice of compiler flags for a high performance library). *cernlib-2006 (24 Aug 2007) diff --git a/sci-physics/cernlib/cernlib-2006.ebuild b/sci-physics/cernlib/cernlib-2006.ebuild index e0b4425372e7..9532b8ff1db7 100644 --- a/sci-physics/cernlib/cernlib-2006.ebuild +++ b/sci-physics/cernlib/cernlib-2006.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-physics/cernlib/cernlib-2006.ebuild,v 1.2 2007/08/25 22:58:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.3 2007/08/28 14:33:45 fmccor Exp $ inherit eutils multilib fortran @@ -14,7 +14,7 @@ HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/cernlib" SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.diff.gz" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~sparc ~x86" LICENSE="GPL-2 LGPL-2 BSD" SLOT="0" |