diff options
author | Henning Schild <henning@hennsch.de> | 2016-10-05 20:38:37 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-06 17:35:56 +0200 |
commit | 18b4146f1c78e1f8a31d3cdd109c4e678e37bd4c (patch) | |
tree | eb39b1a184c312661ec9e519012fb943c4d59d81 /x11-misc | |
parent | net-misc/cmst: version bump (diff) | |
download | gentoo-18b4146f1c78e1f8a31d3cdd109c4e678e37bd4c.tar.gz gentoo-18b4146f1c78e1f8a31d3cdd109c4e678e37bd4c.tar.bz2 gentoo-18b4146f1c78e1f8a31d3cdd109c4e678e37bd4c.zip |
x11-misc/rednotebook: cleanup unused patch.
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2483
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch b/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch deleted file mode 100644 index ac4261b99018..000000000000 --- a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: rednotebook-1.2.0/rednotebook/gui/editor.py -=================================================================== ---- rednotebook-1.2.0.orig/rednotebook/gui/editor.py -+++ rednotebook-1.2.0/rednotebook/gui/editor.py -@@ -25,11 +25,7 @@ import gtk - import gobject - import pango - --# try to import gtkspell --try: -- import gtkspell --except ImportError: -- gtkspell = None -+gtkspell = None - - from rednotebook.gui import t2t_highlight - from rednotebook import undo |