diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-04 19:09:49 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-04 19:09:49 +0000 |
commit | 0d335e792dce1eae478d01a59c0f0ffd0b735414 (patch) | |
tree | 394225556a44d1c3d03487aaad8d801faf077661 /games-puzzle/penguzzle/files | |
parent | Stable on Alpha as per security bug #172293 (diff) | |
download | gentoo-2-0d335e792dce1eae478d01a59c0f0ffd0b735414.tar.gz gentoo-2-0d335e792dce1eae478d01a59c0f0ffd0b735414.tar.bz2 gentoo-2-0d335e792dce1eae478d01a59c0f0ffd0b735414.zip |
Fix for tclx-8.4
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-puzzle/penguzzle/files')
-rw-r--r-- | games-puzzle/penguzzle/files/digest-penguzzle-1.0-r1 (renamed from games-puzzle/penguzzle/files/digest-penguzzle-1.0) | 0 | ||||
-rw-r--r-- | games-puzzle/penguzzle/files/penguzzle-1.0-tclx.patch | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/games-puzzle/penguzzle/files/digest-penguzzle-1.0 b/games-puzzle/penguzzle/files/digest-penguzzle-1.0-r1 index 9254009638b1..9254009638b1 100644 --- a/games-puzzle/penguzzle/files/digest-penguzzle-1.0 +++ b/games-puzzle/penguzzle/files/digest-penguzzle-1.0-r1 diff --git a/games-puzzle/penguzzle/files/penguzzle-1.0-tclx.patch b/games-puzzle/penguzzle/files/penguzzle-1.0-tclx.patch new file mode 100644 index 000000000000..d8c078de6a91 --- /dev/null +++ b/games-puzzle/penguzzle/files/penguzzle-1.0-tclx.patch @@ -0,0 +1,10 @@ +--- bin/penguzzle ++++ bin/penguzzle +@@ -1,4 +1,6 @@ +-#!/usr/bin/wishx ++#!/usr/bin/wish ++package require Tk ++package require Tclx + + source ~/puzz/lib/init + |