diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 03:18:48 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 03:18:48 +0000 |
commit | f65ee7dc7bf9dfc176f40705b7daacc069ca5ec0 (patch) | |
tree | 5d9ca5616e6b0172d4dbeaf3a807f51781aa6a8b /sci-libs/amd | |
parent | amd64 stable, bug 245707 (diff) | |
download | gentoo-2-f65ee7dc7bf9dfc176f40705b7daacc069ca5ec0.tar.gz gentoo-2-f65ee7dc7bf9dfc176f40705b7daacc069ca5ec0.tar.bz2 gentoo-2-f65ee7dc7bf9dfc176f40705b7daacc069ca5ec0.zip |
amd64 stable, bug 245707
(Portage version: 2.1.6.9/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 1bcec1b48fbe..d0c9094da593 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.12 2009/03/09 10:40:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.13 2009/03/23 03:18:48 darkside Exp $ + + 23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> amd-2.2.0.ebuild: + amd64 stable, bug 245707 09 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> -files/amd-2.0.4-autotools.patch, files/amd-2.2.0-autotools.patch, diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index e776e31d41fd..68819feffb8d 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.10 2009/02/08 15:36:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.11 2009/03/23 03:18:48 darkside 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" |