diff options
Diffstat (limited to 'sci-mathematics/gmm/gmm-3.0.ebuild')
-rw-r--r-- | sci-mathematics/gmm/gmm-3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/gmm/gmm-3.0.ebuild b/sci-mathematics/gmm/gmm-3.0.ebuild index e899a0bbb91f..c6d77a0990b9 100644 --- a/sci-mathematics/gmm/gmm-3.0.ebuild +++ b/sci-mathematics/gmm/gmm-3.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.1 2008/01/13 20:13:10 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.2 2008/11/02 06:55:21 vapier Exp $ inherit eutils -DESCRIPTION="GMM++ is a generic C++ template library for sparse, dense and skyline matrices." +DESCRIPTION="generic C++ template library for sparse, dense and skyline matrices" SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz" HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" src_install() { |