diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-14 18:07:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-14 18:07:24 +0000 |
commit | e33fe4d399ee58650658707ca253e95323e318a6 (patch) | |
tree | 44a89ebbd247898e8c17daf919d380146fce3664 /sci-mathematics | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-e33fe4d399ee58650658707ca253e95323e318a6.tar.gz gentoo-2-e33fe4d399ee58650658707ca253e95323e318a6.tar.bz2 gentoo-2-e33fe4d399ee58650658707ca253e95323e318a6.zip |
Stable on amd64 wrt bug #300557
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-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 4f0633335a73..5bf6b9bd1ad7 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.39 2010/01/13 16:50:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.40 2010/01/14 18:07:24 hwoarang Exp $ + + 14 Jan 2010; <hwoarang@gentoo.org> ginac-1.5.5.ebuild: + Stable on amd64 wrt bug #300557 13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> ginac-1.5.5.ebuild: Added VARTEXFONTS, bug #223077 diff --git a/sci-mathematics/ginac/ginac-1.5.5.ebuild b/sci-mathematics/ginac/ginac-1.5.5.ebuild index b76c35e2887e..6736734ace9e 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.3 2010/01/13 16:50:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.4 2010/01/14 18:07:24 hwoarang 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" |