diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-02-04 18:47:35 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-02-04 18:47:35 +0000 |
commit | 12fb4a451f69764e1ccb40dff13f55007eacea51 (patch) | |
tree | c9e654223c8e94cd1f397b9493a00c45357a7fd8 /sci-chemistry | |
parent | Added extra [ ] around RESUME variable check. (diff) | |
download | gentoo-2-12fb4a451f69764e1ccb40dff13f55007eacea51.tar.gz gentoo-2-12fb4a451f69764e1ccb40dff13f55007eacea51.tar.bz2 gentoo-2-12fb4a451f69764e1ccb40dff13f55007eacea51.zip |
Fixed bug #80675 (tcl and tk libs paths)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/nmrview/files/nmrview.sh | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/nmrview/ChangeLog b/sci-chemistry/nmrview/ChangeLog index 00dd0b2de348..fda06a82739e 100644 --- a/sci-chemistry/nmrview/ChangeLog +++ b/sci-chemistry/nmrview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/nmrview # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/ChangeLog,v 1.3 2005/02/03 21:00:53 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/ChangeLog,v 1.4 2005/02/04 18:47:35 ribosome Exp $ + + 04 Feb 2005; Olivier Fisette <ribosome@gentoo.org> files/nmrview.sh: + Fixed tcl and tk libraries paths. (See bug #80675.) *nmrview-5.2.2-r2 (03 Feb 2005) diff --git a/sci-chemistry/nmrview/files/nmrview.sh b/sci-chemistry/nmrview/files/nmrview.sh index a3137791a2d0..d879865e8978 100644 --- a/sci-chemistry/nmrview/files/nmrview.sh +++ b/sci-chemistry/nmrview/files/nmrview.sh @@ -1,6 +1,6 @@ #!/bin/bash export NMRVIEW5HOME="/opt/nmrview" -export TK_LIBRARY="/opt/nmrview/tk8.0" -export TCL_LIBRARY="/opt/nmrview/tcl8.0" +export TK_LIBRARY="/opt/nmrview/tk8.4" +export TCL_LIBRARY="/opt/nmrview/tcl8.4" /opt/nmrview/nmrview5_2_2_01_linux |