diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-01-16 07:52:31 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-01-16 07:52:31 +0000 |
commit | 95b86466866e96ce0c0198eea338faeaa145d12c (patch) | |
tree | fb61a1fd4e03c5a039354b45c2a7fa91b422b608 /dev-libs/libev/files/libev-3.90-ev++.patch | |
parent | Add ~amd64-linux and ~x86-linux keywords (diff) | |
download | historical-95b86466866e96ce0c0198eea338faeaa145d12c.tar.gz historical-95b86466866e96ce0c0198eea338faeaa145d12c.tar.bz2 historical-95b86466866e96ce0c0198eea338faeaa145d12c.zip |
prune old version, update maintainer emails
Package-Manager: portage-2.2.8/cvs/Linux x86_64
Manifest-Sign-Key: 0xAABEFD55
Diffstat (limited to 'dev-libs/libev/files/libev-3.90-ev++.patch')
-rw-r--r-- | dev-libs/libev/files/libev-3.90-ev++.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libev/files/libev-3.90-ev++.patch b/dev-libs/libev/files/libev-3.90-ev++.patch deleted file mode 100644 index 815b63eb5f89..000000000000 --- a/dev-libs/libev/files/libev-3.90-ev++.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /schmorpforge/libev/ev++.h 2010/03/16 00:43:22 1.49 -+++ /schmorpforge/libev/ev++.h 2010/06/24 19:22:26 1.50 -@@ -480,7 +480,7 @@ - template<class K, void (K::*method)()> - static void method_noargs_thunk (EV_P_ ev_watcher *w, int revents) - { -- static_cast<K *>(w->data)->*method -+ (static_cast<K *>(w->data)->*method) - (); - } - |