diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-20 19:40:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-20 19:40:09 +0000 |
commit | 4198fa8da67c5879bdfd013cd932eb5a01a9401d (patch) | |
tree | 99416e7e9c55ac6061ac3368108e6e8cc13b84f1 /sci-libs/amd | |
parent | Fixed permissions handling on amd64, thank Markus Meier for report in bug #26... (diff) | |
download | gentoo-2-4198fa8da67c5879bdfd013cd932eb5a01a9401d.tar.gz gentoo-2-4198fa8da67c5879bdfd013cd932eb5a01a9401d.tar.bz2 gentoo-2-4198fa8da67c5879bdfd013cd932eb5a01a9401d.zip |
x86 stable, bug #245707
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index c9246f861b1a..a1f40f52c66b 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/amd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.14 2009/03/27 12:26:09 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.15 2009/04/20 19:40:09 maekke Exp $ + + 20 Apr 2009; Markus Meier <maekke@gentoo.org> amd-2.2.0: + x86 stable, bug #245707 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> amd-2.2.0.ebuild: Sparc stable, preparation for bug #245707. diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 119d0c41c668..362484c6353b 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.12 2009/03/27 12:26:09 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.13 2009/04/20 19:40:09 maekke Exp $ inherit autotools eutils fortran @@ -11,7 +11,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND="sci-libs/ufconfig" |