summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-30 16:53:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-30 16:53:39 +0000
commit652c85369e26364cecb428d96a75fdf54d5a6716 (patch)
tree835883caeab0f0a65c33f5c6a509a254b88b30e6 /net-irc/konversation/files
parentversion bump (diff)
downloadgentoo-2-652c85369e26364cecb428d96a75fdf54d5a6716.tar.gz
gentoo-2-652c85369e26364cecb428d96a75fdf54d5a6716.tar.bz2
gentoo-2-652c85369e26364cecb428d96a75fdf54d5a6716.zip
Make ebuild respect LINGUAS settings and remove nls useflag; add patch for GCC 4.1.0. Add kde herd as co-maintainer.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-irc/konversation/files')
-rw-r--r--net-irc/konversation/files/konversation-0.19-gcc41.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/konversation/files/konversation-0.19-gcc41.patch b/net-irc/konversation/files/konversation-0.19-gcc41.patch
new file mode 100644
index 000000000000..05100615b7b4
--- /dev/null
+++ b/net-irc/konversation/files/konversation-0.19-gcc41.patch
@@ -0,0 +1,13 @@
+Index: konversation-0.19/konversation/src/searchbar.h
+===================================================================
+--- konversation-0.19.orig/konversation/src/searchbar.h
++++ konversation-0.19/konversation/src/searchbar.h
+@@ -55,7 +55,7 @@ class SearchBar : public QHBox
+
+ void focusInEvent(QFocusEvent* e);
+ virtual void showEvent(QShowEvent* e);
+- bool SearchBar::focusedChild();
++ bool focusedChild();
+ public slots:
+
+ virtual void hide();