diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-31 17:59:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-31 17:59:27 +0000 |
commit | 9e1a56371702aa2ffdb2ac2f0a736be5a61d515d (patch) | |
tree | 2ae4d3dc4837e65ff6b6868fbe82bf9468196897 /sci-mathematics/ginac | |
parent | Fix building with ARM NEON wrt #302073 by Raúl Porcel. (diff) | |
download | gentoo-2-9e1a56371702aa2ffdb2ac2f0a736be5a61d515d.tar.gz gentoo-2-9e1a56371702aa2ffdb2ac2f0a736be5a61d515d.tar.bz2 gentoo-2-9e1a56371702aa2ffdb2ac2f0a736be5a61d515d.zip |
sparc stable wrt #300557
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 509cc53fd4aa..899a1d3f1328 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.41 2010/01/24 23:06:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.42 2010/01/31 17:59:27 armin76 Exp $ + + 31 Jan 2010; Raúl Porcel <armin76@gentoo.org> ginac-1.5.5.ebuild: + sparc stable wrt #300557 24 Jan 2010; Brent Baude <ranger@gentoo.org> ginac-1.5.5.ebuild: stable ppc, bug 300557 diff --git a/sci-mathematics/ginac/ginac-1.5.5.ebuild b/sci-mathematics/ginac/ginac-1.5.5.ebuild index 237da2237118..dd9b5232bdb7 100644 --- a/sci-mathematics/ginac/ginac-1.5.5.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.5 2010/01/24 23:06:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.6 2010/01/31 17:59:27 armin76 Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="doc" RDEPEND=">=sci-libs/cln-1.2.2" |