diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-03-27 22:48:22 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-03-27 22:48:22 +0000 |
commit | b97a3836486694c3321ee482934fff6ae35c0e3e (patch) | |
tree | a3116041e2bc4ead6dd18cb9f0f850281cb14f71 /sci-mathematics/ginac | |
parent | Stable for HPPA (bug #223357). Remove old. (diff) | |
download | gentoo-2-b97a3836486694c3321ee482934fff6ae35c0e3e.tar.gz gentoo-2-b97a3836486694c3321ee482934fff6ae35c0e3e.tar.bz2 gentoo-2-b97a3836486694c3321ee482934fff6ae35c0e3e.zip |
Sparc stable, dependency for bug #245707.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.4.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 05c0a3bd4b2f..c9f1c4664946 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.23 2008/10/24 22:49:21 maekke Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.24 2009/03/27 22:48:22 fmccor Exp $ + + 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> ginac-1.4.3.ebuild: + Sparc stable, dependency for bug #245707. 24 Oct 2008; Markus Meier <maekke@gentoo.org> ginac-1.4.3.ebuild: amd64/x86 stable, bug #238471 diff --git a/sci-mathematics/ginac/ginac-1.4.3.ebuild b/sci-mathematics/ginac/ginac-1.4.3.ebuild index f2524b0f9a1e..6f46ba7462be 100644 --- a/sci-mathematics/ginac/ginac-1.4.3.ebuild +++ b/sci-mathematics/ginac/ginac-1.4.3.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-mathematics/ginac/ginac-1.4.3.ebuild,v 1.6 2008/10/24 22:49:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.7 2009/03/27 22:48:22 fmccor Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,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" |