summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-06-10 10:00:12 +0200
committerJeroen Roovers <jer@gentoo.org>2020-06-10 10:03:13 +0200
commit7ce9a7a8279a4f72155c500a50c1ece9ed87a235 (patch)
tree4460f54c5c51b9a942c2625b88660c5894671c06 /x11-terms
parentx11-terms/guake: Add python3_7 compat (diff)
downloadgentoo-7ce9a7a8279a4f72155c500a50c1ece9ed87a235.tar.gz
gentoo-7ce9a7a8279a4f72155c500a50c1ece9ed87a235.tar.bz2
gentoo-7ce9a7a8279a4f72155c500a50c1ece9ed87a235.zip
x11-terms/guake: Drop obsolete patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/guake/files/guake-3.4.0-paths.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-terms/guake/files/guake-3.4.0-paths.patch b/x11-terms/guake/files/guake-3.4.0-paths.patch
deleted file mode 100644
index 30a47294d5ec..000000000000
--- a/x11-terms/guake/files/guake-3.4.0-paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/667878
-https://github.com/Guake/guake/issues/1436
-
---- a/guake/paths.py
-+++ b/guake/paths.py
-@@ -35,7 +35,7 @@
-
-
- def get_data_files_dir():
-- d = os.path.dirname(os.path.dirname(sys.modules["guake"].__file__))
-+ d = os.path.dirname(sys.modules["guake"].__file__)
- p = os.path.basename(os.path.abspath(os.path.join(d, "..")))
- if p in ["site-packages", "dist-packages"]:
- # current "guake" package has been installed in a prefix structure (/usr, /usr/local or