diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-25 20:28:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-25 20:30:23 +0100 |
commit | 07813a42e9eb824a45d6997f578ef1f9812d15c6 (patch) | |
tree | c84aee9402a56b492feab37c7181523cac127295 /games-puzzle/monsterz/files | |
parent | games-puzzle/angrydd: Drop old (diff) | |
download | gentoo-07813a42e9eb824a45d6997f578ef1f9812d15c6.tar.gz gentoo-07813a42e9eb824a45d6997f578ef1f9812d15c6.tar.bz2 gentoo-07813a42e9eb824a45d6997f578ef1f9812d15c6.zip |
games-puzzle/monsterz: Fixes from Debian, python3 support
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle/monsterz/files')
-rw-r--r-- | games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch new file mode 100644 index 000000000000..bd8a825c3c46 --- /dev/null +++ b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch @@ -0,0 +1,11 @@ +--- a/monsterz.py.old 2019-12-25 20:25:16.680365172 +0100 ++++ b/monsterz.py 2019-12-25 20:25:50.606666122 +0100 +@@ -1991,7 +1991,7 @@ + global system, data, settings, fonter, monsterz + override = {} + scorefile = None +- sharedir = dirname(argv[0]) ++ sharedir = "GENTOO_DATADIR" + outfd = None + try: + long = ['help', 'version', 'music', 'sound', 'fullscreen', |