Skip to content

Commit 73c99ad

Browse files
committed
As tk 8.7 will not be released, do the noop for 9.0
1 parent 5d3f495 commit 73c99ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgIndex.tcl.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#
22
# Tcl package index file
33
#
4-
# On Tk 8.7 and higher, do a no-op load, as svg support is buildin.
4+
# On Tk 9.0 and higher, do a no-op load, as svg support is buildin.
55
# As Tk may be loaded as a package, do the test on package require.
66
# Note, that multiple Tk packages with different versions may be available.
77
# The right Tk should be loaded before package require tksvg anyway.
88

99
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
10-
"if {\[package vcompare 8.7a0 \[package require Tk\]\] == 1} {
10+
"if {\[package vcompare 9.0a0 \[package require Tk\]\] == 1} {
1111
[list load [file join $dir @PKG_LIB_FILE@] [string totitle @PACKAGE_NAME@]]
1212
} else {
1313
package provide @PACKAGE_NAME@ @PACKAGE_VERSION@

0 commit comments

Comments
 (0)