diff options
author | Matti Bickel <mabi@gentoo.org> | 2008-05-27 07:32:22 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2008-05-27 07:32:22 +0000 |
commit | 169d3f359af884ed0a2508250f8be525ed8522f0 (patch) | |
tree | 1b1f50fd83b5576d09fc99ca69c723a9fbabde9c /sci-libs | |
parent | version bump (diff) | |
download | gentoo-2-169d3f359af884ed0a2508250f8be525ed8522f0.tar.gz gentoo-2-169d3f359af884ed0a2508250f8be525ed8522f0.tar.bz2 gentoo-2-169d3f359af884ed0a2508250f8be525ed8522f0.zip |
added ~ppc (bug #219460)
(Portage version: 2.1.5.2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cxsparse/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cxsparse/cxsparse-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cxsparse/ChangeLog b/sci-libs/cxsparse/ChangeLog index 63436598dbba..00f49edefc40 100644 --- a/sci-libs/cxsparse/ChangeLog +++ b/sci-libs/cxsparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cxsparse # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.5 2008/04/29 16:28:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.6 2008/05/27 07:32:22 mabi Exp $ + + 27 May 2008; Matti Bickel <mabi@gentoo.org> cxsparse-2.2.1.ebuild: + added ~ppc (bug #219460) 29 Apr 2008; Brent Baude <ranger@gentoo.org> cxsparse-2.2.1.ebuild: keyworded ~arch for ppc64, bug 219460 diff --git a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild index 0d50b9903465..d36edc828333 100644 --- a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild +++ b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.5 2008/04/29 16:28:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.6 2008/05/27 07:32:22 mabi Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="sci-libs/ufconfig" |