diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:33:49 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:33:49 +0000 |
commit | 589c4cfd7c24e9a92eab94788de737dff89ae36a (patch) | |
tree | 74de3830af7da7f185be8be70e258e96af35d777 /sci-libs/metis/metis-4.0.1-r1.ebuild | |
parent | amd64/x86 stable, bug #245440 (diff) | |
download | gentoo-2-589c4cfd7c24e9a92eab94788de737dff89ae36a.tar.gz gentoo-2-589c4cfd7c24e9a92eab94788de737dff89ae36a.tar.bz2 gentoo-2-589c4cfd7c24e9a92eab94788de737dff89ae36a.zip |
Stable on alpha, bug #245707
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/metis/metis-4.0.1-r1.ebuild')
-rw-r--r-- | sci-libs/metis/metis-4.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/metis/metis-4.0.1-r1.ebuild b/sci-libs/metis/metis-4.0.1-r1.ebuild index 309992ea2707..06bbbff27501 100644 --- a/sci-libs/metis/metis-4.0.1-r1.ebuild +++ b/sci-libs/metis/metis-4.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.1-r1.ebuild,v 1.6 2008/05/22 01:25:51 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.1-r1.ebuild,v 1.7 2009/02/08 15:33:49 klausman Exp $ inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="A package for unstructured serial graph partitioning" HOMEPAGE="http://www-users.cs.umn.edu/~karypis/metis/metis/index.html" SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/${MYP}.tar.gz" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" LICENSE="free-noncomm" IUSE="doc" |