diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 06:55:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 06:55:21 +0000 |
commit | e5a70af567df2705c6b3dd34a869254f3a7a916b (patch) | |
tree | 53e22a40dd847bb93e4d0417d034ca7239d52fb0 /sci-mathematics/gmm | |
parent | Removing eradicator as a maintainer since he was retired. (diff) | |
download | gentoo-2-e5a70af567df2705c6b3dd34a869254f3a7a916b.tar.gz gentoo-2-e5a70af567df2705c6b3dd34a869254f3a7a916b.tar.bz2 gentoo-2-e5a70af567df2705c6b3dd34a869254f3a7a916b.zip |
Add ppc/ppc64 love for KDE 4.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sci-mathematics/gmm')
-rw-r--r-- | sci-mathematics/gmm/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gmm/gmm-3.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/gmm/ChangeLog b/sci-mathematics/gmm/ChangeLog index 92e3f19ddbad..6f94df0905a0 100644 --- a/sci-mathematics/gmm/ChangeLog +++ b/sci-mathematics/gmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gmm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.1 2008/01/13 20:13:10 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.2 2008/11/02 06:55:21 vapier Exp $ + + 02 Nov 2008; Mike Frysinger <vapier@gentoo.org> gmm-3.0.ebuild: + Add ppc/ppc64 love for KDE 4. *gmm-3.0 (13 Jan 2008) 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() { |