diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:36:23 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:36:23 +0000 |
commit | f8fb2f545bb4a3d9da55ee608854e709dd0bcbcf (patch) | |
tree | dd2a56abfe2a78c98ceb03afc9680b4247556b82 /sci-libs/amd | |
parent | Stable on alpha, bug #245707 (diff) | |
download | gentoo-2-f8fb2f545bb4a3d9da55ee608854e709dd0bcbcf.tar.gz gentoo-2-f8fb2f545bb4a3d9da55ee608854e709dd0bcbcf.tar.bz2 gentoo-2-f8fb2f545bb4a3d9da55ee608854e709dd0bcbcf.zip |
Stable on alpha, bug #245707
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index 2d4fdc910e9a..7d5896fad485 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/amd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.10 2008/06/29 08:13:40 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.11 2009/02/08 15:36:23 klausman Exp $ + + 08 Feb 2009; Tobias Klausmann <klausman@gentoo.org> amd-2.2.0.ebuild: + Stable on alpha, bug #245707 29 Jun 2008; Torsten Veller <tove@gentoo.org> amd-2.0.4.ebuild, amd-2.2.0.ebuild: diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index d9b005174b9c..e776e31d41fd 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-2008 Gentoo Foundation +# 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.9 2008/06/29 08:13:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.10 2009/02/08 15:36:23 klausman 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" |