diff options
author | Markus Meier <maekke@gentoo.org> | 2008-10-24 22:49:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-10-24 22:49:21 +0000 |
commit | f276445b6df6f31db5f744abbdcb4e99abf5bad9 (patch) | |
tree | 3b6b8b837ff5a552384805cef773a6a7cb6dc5a6 /sci-mathematics | |
parent | amd64 stable, bug #243458 (diff) | |
download | gentoo-2-f276445b6df6f31db5f744abbdcb4e99abf5bad9.tar.gz gentoo-2-f276445b6df6f31db5f744abbdcb4e99abf5bad9.tar.bz2 gentoo-2-f276445b6df6f31db5f744abbdcb4e99abf5bad9.zip |
amd64/x86 stable, bug #238471
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index b35938921739..05c0a3bd4b2f 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.22 2008/10/20 21:34:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.23 2008/10/24 22:49:21 maekke Exp $ + + 24 Oct 2008; Markus Meier <maekke@gentoo.org> ginac-1.4.3.ebuild: + amd64/x86 stable, bug #238471 20 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> ginac-1.4.3.ebuild: Filtered optimization more than O1 for gcc<4.2; now passes regression diff --git a/sci-mathematics/ginac/ginac-1.4.3.ebuild b/sci-mathematics/ginac/ginac-1.4.3.ebuild index a8623495045e..f2524b0f9a1e 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 # 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.5 2008/10/20 21:34:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.6 2008/10/24 22:49:21 maekke 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" |