diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-15 03:53:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-15 03:53:59 +0000 |
commit | e9d7e0c11383831f7a9d43a2600ee16ffed3d287 (patch) | |
tree | bc17cc6772c850301b00baa5b57eb1809159c26e /games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch | |
parent | Fix use flags, add ~x86 (tsunam) (diff) | |
download | gentoo-2-e9d7e0c11383831f7a9d43a2600ee16ffed3d287.tar.gz gentoo-2-e9d7e0c11383831f7a9d43a2600ee16ffed3d287.tar.bz2 gentoo-2-e9d7e0c11383831f7a9d43a2600ee16ffed3d287.zip |
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch')
-rw-r--r-- | games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch new file mode 100644 index 000000000000..652450bf190b --- /dev/null +++ b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch @@ -0,0 +1,20 @@ +--- monsterz.py.orig 2006-05-12 18:55:51.000000000 -0400 ++++ monsterz.py 2006-05-12 18:57:44.000000000 -0400 +@@ -1907,7 +1906,7 @@ + print ' (C) Mike Kershaw <dragorn@kismetwireless.net>' + + print 'This program is free software; you can redistribute it and/or modify it under' +- print 'the terms of the Do What The Fuck You Want To Public License, Version 2, as' ++ print 'the terms of the WTFPL, Version 2, as' + print 'published by Sam Hocevar. See http://sam.zoy.org/wtfpl/ for more details.' + print 'The sound effects are released under their own licences: applause.wav and' + print 'pop.wav are covered by the LGPL, the others are covered by the GPL.' +@@ -1932,7 +1931,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', |