diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-04-26 08:46:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-04-26 08:46:53 +0000 |
commit | 3b9bf80d670cd23dd9f1ff78ec1343c2d4041b05 (patch) | |
tree | a458b558b45d5a006c7dcea593a222215f7db204 /sci-mathematics/ginac | |
parent | 1.x bugfix version bump (diff) | |
download | gentoo-2-3b9bf80d670cd23dd9f1ff78ec1343c2d4041b05.tar.gz gentoo-2-3b9bf80d670cd23dd9f1ff78ec1343c2d4041b05.tar.bz2 gentoo-2-3b9bf80d670cd23dd9f1ff78ec1343c2d4041b05.zip |
Stable on amd64 wrt bug #360605
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index e70302a0064e..229394d05a52 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.49 2011/04/25 15:05:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.50 2011/04/26 08:46:53 hwoarang Exp $ + + 26 Apr 2011; Markos Chandras <hwoarang@gentoo.org> ginac-1.5.8.ebuild: + Stable on amd64 wrt bug #360605 25 Apr 2011; Raúl Porcel <armin76@gentoo.org> ginac-1.5.5.ebuild, ginac-1.5.7.ebuild, ginac-1.5.8.ebuild: diff --git a/sci-mathematics/ginac/ginac-1.5.8.ebuild b/sci-mathematics/ginac/ginac-1.5.8.ebuild index f4c154af6c82..d808c81dc367 100644 --- a/sci-mathematics/ginac/ginac-1.5.8.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.3 2011/04/25 15:05:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.4 2011/04/26 08:46:53 hwoarang Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc" RDEPEND=">=sci-libs/cln-1.2.2" |