diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-11 19:41:42 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-11 19:41:42 +0000 |
commit | abc0fca70164cfc88aa5ad61ea5c449badff24de (patch) | |
tree | d5c71931aba4cc8ab1c699b8cc0ce12796f3fff9 /sci-mathematics/ginac | |
parent | Revision bump - proxy for Anarchy, bug #278698. (diff) | |
download | gentoo-2-abc0fca70164cfc88aa5ad61ea5c449badff24de.tar.gz gentoo-2-abc0fca70164cfc88aa5ad61ea5c449badff24de.tar.bz2 gentoo-2-abc0fca70164cfc88aa5ad61ea5c449badff24de.zip |
stable x86, bug 271396
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index ae33bf1ae315..6deec18336c6 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.28 2009/08/07 18:14:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.29 2009/08/11 19:41:42 fauli Exp $ + + 11 Aug 2009; Christian Faulhammer <fauli@gentoo.org> ginac-1.5.1.ebuild: + stable x86, bug 271396 *ginac-1.5.3 (07 Aug 2009) diff --git a/sci-mathematics/ginac/ginac-1.5.1.ebuild b/sci-mathematics/ginac/ginac-1.5.1.ebuild index ca534274caa0..15c90bbd4b68 100644 --- a/sci-mathematics/ginac/ginac-1.5.1.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.1.ebuild @@ -1,6 +1,6 @@ # 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.5.1.ebuild,v 1.3 2009/05/30 09:14:11 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.1.ebuild,v 1.4 2009/08/11 19:41:42 fauli 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" |