diff options
author | 2009-04-20 19:43:44 +0000 | |
---|---|---|
committer | 2009-04-20 19:43:44 +0000 | |
commit | f83a46f6d2d44c7132e39f62439f09b9e7c02402 (patch) | |
tree | 4255fdc71df2223e08b879d2656aa495131fa6e3 /sci-libs | |
parent | x86 stable, bug #245707 (diff) | |
download | gentoo-2-f83a46f6d2d44c7132e39f62439f09b9e7c02402.tar.gz gentoo-2-f83a46f6d2d44c7132e39f62439f09b9e7c02402.tar.bz2 gentoo-2-f83a46f6d2d44c7132e39f62439f09b9e7c02402.zip |
x86 stable, bug #245707
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ccolamd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/ccolamd/ChangeLog b/sci-libs/ccolamd/ChangeLog index 6d5ade48b8e9..a6a15f0bad96 100644 --- a/sci-libs/ccolamd/ChangeLog +++ b/sci-libs/ccolamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ccolamd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.9 2009/03/27 12:31:00 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.10 2009/04/20 19:43:44 maekke Exp $ + + 20 Apr 2009; Markus Meier <maekke@gentoo.org> ccolamd-2.7.1: + x86 stable, bug #245707 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> ccolamd-2.7.1.ebuild: Sparc stable, preparation for bug #245707. diff --git a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild b/sci-libs/ccolamd/ccolamd-2.7.1.ebuild index bb764565282e..92a83b47ec46 100644 --- a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild +++ b/sci-libs/ccolamd/ccolamd-2.7.1.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/ccolamd/ccolamd-2.7.1.ebuild,v 1.9 2009/03/27 12:31:00 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.1.ebuild,v 1.10 2009/04/20 19:43:44 maekke Exp $ inherit autotools eutils @@ -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="" DEPEND="sci-libs/ufconfig" |