diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 20:00:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 20:00:16 +0000 |
commit | a9695e16e9bae4ca0bc770f2471939d5b99b119a (patch) | |
tree | 97d4320086cfff53ff511ffc83447d2a94f0d69b /sci-libs | |
parent | KDE 3.5.9 removal (diff) | |
download | gentoo-2-a9695e16e9bae4ca0bc770f2471939d5b99b119a.tar.gz gentoo-2-a9695e16e9bae4ca0bc770f2471939d5b99b119a.tar.bz2 gentoo-2-a9695e16e9bae4ca0bc770f2471939d5b99b119a.zip |
Stable for HPPA (bug #245707).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-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 86f66503a1a2..4b9122c9e448 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.16 2009/05/17 13:06:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.17 2009/10/12 20:00:16 jer Exp $ + + 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> amd-2.2.0.ebuild: + Stable for HPPA (bug #245707). 17 May 2009; nixnut <nixnut@gentoo.org> amd-2.2.0.ebuild: ppc stable #245707 diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index eb7ad9e740fd..71f4a4653adb 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.14 2009/05/17 13:06:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.15 2009/10/12 20:00:16 jer 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" |