summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-12-25 20:59:15 +0100
committerPacho Ramos <pacho@gentoo.org>2019-12-25 20:59:26 +0100
commit13374ab0e4ac61e8935e1effc9bbc02777324f99 (patch)
treef520594c85e255df2dd9144e702f0cecda98b75f /games-puzzle/pathological/files/pathological-1.1.3-music-py.patch
parentgames-puzzle/pathological: Fixes from Debian, python3 support (diff)
downloadgentoo-13374ab0e4ac61e8935e1effc9bbc02777324f99.tar.gz
gentoo-13374ab0e4ac61e8935e1effc9bbc02777324f99.tar.bz2
gentoo-13374ab0e4ac61e8935e1effc9bbc02777324f99.zip
games-puzzle/pathological: Drop old
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle/pathological/files/pathological-1.1.3-music-py.patch')
-rw-r--r--games-puzzle/pathological/files/pathological-1.1.3-music-py.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/games-puzzle/pathological/files/pathological-1.1.3-music-py.patch b/games-puzzle/pathological/files/pathological-1.1.3-music-py.patch
deleted file mode 100644
index 9d67085dd13a..000000000000
--- a/games-puzzle/pathological/files/pathological-1.1.3-music-py.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Make sure music_pending_song is defined before we try using it
-
-http://bugs.gentoo.org/109272
-
---- pathological.py
-+++ pathological.py
-@@ -28,6 +28,7 @@
- colorblind = 0
- sound_on = 1
- music_on = 1
-+music_pending_song = 0
- for arg in sys.argv[1:]:
- if arg == '-s':
- screenshot = 1
-@@ -194,7 +195,7 @@
- sound_on = sound_on ^ 1
-
- def toggle_music():
-- global music_on
-+ global music_pending_song, music_on
- music_on = music_on ^ 1
- if music_on:
- if music_pending_song: