diff options
author | 2008-02-09 10:08:12 +0000 | |
---|---|---|
committer | 2008-02-09 10:08:12 +0000 | |
commit | f5f29acd6dee532cf5af1958135b006dddef01b4 (patch) | |
tree | 011b1592e100c5696ee9f5c5abc72d4db379bd72 /app-emacs/pymacs/files | |
parent | Version bump, bug #204183. (diff) | |
download | historical-f5f29acd6dee532cf5af1958135b006dddef01b4.tar.gz historical-f5f29acd6dee532cf5af1958135b006dddef01b4.tar.bz2 historical-f5f29acd6dee532cf5af1958135b006dddef01b4.zip |
New beta version.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-emacs/pymacs/files')
-rw-r--r-- | app-emacs/pymacs/files/0.23_beta5-fix-pytest-nonascii.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/pymacs/files/0.23_beta5-fix-pytest-nonascii.patch b/app-emacs/pymacs/files/0.23_beta5-fix-pytest-nonascii.patch deleted file mode 100644 index b68c6ec078c6..000000000000 --- a/app-emacs/pymacs/files/0.23_beta5-fix-pytest-nonascii.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Pymacs-0.23-beta5-orig/tests/pytest 2008-02-07 19:21:08.000000000 +0100 -+++ Pymacs-0.23-beta5/tests/pytest 2008-02-08 13:58:23.000000000 +0100 -@@ -391,7 +391,7 @@ - text = self.identifier + u' ' - write(text) - self.column = len(text) -- write(u'E·'[succes]) -+ write(u'E.'[succes]) - self.column += 1 - self.counter += 1 - |