diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:24:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | 28f82e7cf599a04e4334ed05960b2d8866e0efef (patch) | |
tree | 066dc403372585e2f5c56b6bf883bc19cf97d1ba /www-client/ttb/files/ttb-0.9.4-nodisplay.patch | |
parent | x11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff) | |
download | sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2 sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip |
Remove packages using old python eclasses
Diffstat (limited to 'www-client/ttb/files/ttb-0.9.4-nodisplay.patch')
-rw-r--r-- | www-client/ttb/files/ttb-0.9.4-nodisplay.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www-client/ttb/files/ttb-0.9.4-nodisplay.patch b/www-client/ttb/files/ttb-0.9.4-nodisplay.patch deleted file mode 100644 index a4d4d9cb9..000000000 --- a/www-client/ttb/files/ttb-0.9.4-nodisplay.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- /tmp/ttb-0.9.4/setup.py 2005-11-27 20:22:53.000000000 +0100 -+++ ttb-0.9.4/setup.py 2006-11-18 11:21:25.000000000 +0100 -@@ -10,6 +10,9 @@ - import sys - import glob - import os.path -+import os -+ -+del os.environ['DISPLAY'] - - try: - from distutils.core import setup -@@ -61,8 +64,9 @@ - - try: - import gtk, gtk.glade --except: -- sys.exit (""" -+except RuntimeError, rte: -+ if (rte.args[0] != "could not open display"): -+ sys.exit (""" - TTB Installation Failed - ----------------------- - You don't seem to have the gtk and/or gtk.glade modules for |