diff options
author | Peter Weller <welp@gentoo.org> | 2007-10-23 19:22:17 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-10-23 19:22:17 +0000 |
commit | e9f43c03adaa2563a99777fd771a321459a4ca39 (patch) | |
tree | ede30be800cf6426490cbae2832b65236f856c4a /sci-mathematics | |
parent | Security fix (diff) | |
download | gentoo-2-e9f43c03adaa2563a99777fd771a321459a4ca39.tar.gz gentoo-2-e9f43c03adaa2563a99777fd771a321459a4ca39.tar.bz2 gentoo-2-e9f43c03adaa2563a99777fd771a321459a4ca39.zip |
Stable on amd64 wrt bug 174318
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.3.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 3e165f41ce51..285a273a386b 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.14 2007/10/21 21:11:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.15 2007/10/23 19:22:17 welp Exp $ + + 23 Oct 2007; Peter Weller <welp@gentoo.org> ginac-1.3.7.ebuild: + Stable on amd64 wrt bug 174318 21 Oct 2007; Markus Meier <maekke@gentoo.org> ginac-1.3.7.ebuild: x86 stable, bug #174318 diff --git a/sci-mathematics/ginac/ginac-1.3.7.ebuild b/sci-mathematics/ginac/ginac-1.3.7.ebuild index c2e5a008a435..eeb6ea2e75c2 100644 --- a/sci-mathematics/ginac/ginac-1.3.7.ebuild +++ b/sci-mathematics/ginac/ginac-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v 1.3 2007/10/21 21:11:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v 1.4 2007/10/23 19:22:17 welp Exp $ inherit eutils @@ -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="" DEPEND="sci-libs/cln" |