mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
12 lines
341 B
Diff
12 lines
341 B
Diff
--- a/tkcon.tcl 2026-03-06 18:40:47.906108112 +0100
|
|
+++ b/tkcon.tcl 2026-03-06 18:40:58.827978203 +0100
|
|
@@ -57,7 +57,7 @@
|
|
if {$tcl_version < 8.4} {
|
|
return -code error "tkcon requires at least Tcl/Tk 8.4"
|
|
} else {
|
|
- package require Tk 8.4
|
|
+ package require Tk
|
|
}
|
|
|
|
# We need to load some package to get what's available, and we
|