diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 15:34:43 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 15:34:43 +0000 |
commit | 0e768775cdd6379ffae23732f53d972da9e23580 (patch) | |
tree | 9bda925098f4abb69912781475459eacc4fd4fe2 /sci-mathematics | |
parent | Mark 2.5.2 stable on ia64. #138194 (diff) | |
download | gentoo-2-0e768775cdd6379ffae23732f53d972da9e23580.tar.gz gentoo-2-0e768775cdd6379ffae23732f53d972da9e23580.tar.bz2 gentoo-2-0e768775cdd6379ffae23732f53d972da9e23580.zip |
QA: Corrected typo: tcktk vs tcltk.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index d566fbba4ee1..f088b0d4aaf2 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.20 2006/04/17 16:05:44 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.21 2006/07/12 15:34:43 kugelfang Exp $ + + 12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> maxima-5.9.3.ebuild: + QA: Corrected typo: tcktk vs tcltk. 17 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> files/50maxima-gentoo.el: diff --git a/sci-mathematics/maxima/maxima-5.9.3.ebuild b/sci-mathematics/maxima/maxima-5.9.3.ebuild index a9e1f062d378..ddfc21c6039e 100644 --- a/sci-mathematics/maxima/maxima-5.9.3.ebuild +++ b/sci-mathematics/maxima/maxima-5.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.3.ebuild,v 1.1 2006/04/15 14:57:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.3.ebuild,v 1.2 2006/07/12 15:34:43 kugelfang Exp $ inherit eutils elisp-common autotools @@ -28,7 +28,7 @@ RDEPEND=">=sci-visualization/gnuplot-4.0 app-text/gv sbcl? ( app-misc/rlwrap ) cmucl? ( app-misc/rlwrap ) - tcktk? ( >=dev-lang/tk-8.3.3 )" + tcltk? ( >=dev-lang/tk-8.3.3 )" # chosen apps are hardcoded in maxima source: # - ghostview for postscript (changed to gv) |