diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-07 19:19:50 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-07 19:19:50 +0000 |
commit | 13b7b157f8635eff595668f9fd87954e03d3212c (patch) | |
tree | fe22d04da7638d2fbfd5d599bbcef95620cd4fe2 /sci-libs/ccolamd | |
parent | Keyworded on alpha, bug #215834 (diff) | |
download | historical-13b7b157f8635eff595668f9fd87954e03d3212c.tar.gz historical-13b7b157f8635eff595668f9fd87954e03d3212c.tar.bz2 historical-13b7b157f8635eff595668f9fd87954e03d3212c.zip |
Keyworded on alpha, bug #215839
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'sci-libs/ccolamd')
-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 068e73f5dcf5..344bf918b9ca 100644 --- a/sci-libs/ccolamd/ChangeLog +++ b/sci-libs/ccolamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ccolamd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.2 2008/04/07 15:36:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.3 2008/04/07 19:19:50 klausman Exp $ + + 07 Apr 2008; Tobias Klausmann <klausman@gentoo.org> ccolamd-2.7.1.ebuild: + Keyworded on alpha, bug #215839 07 Apr 2008; Markus Rothe <corsair@gentoo.org> ccolamd-2.7.1.ebuild: Added ~ppc64; bug #215839 diff --git a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild b/sci-libs/ccolamd/ccolamd-2.7.1.ebuild index 2648b3d5a7ac..009d4b754ed1 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-2008 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.2 2008/04/07 15:36:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.1.ebuild,v 1.3 2008/04/07 19:19:50 klausman 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="~amd64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" IUSE="" DEPEND="sci-libs/ufconfig" |