public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.2-gcc-4.4.patch
@ 2013-04-25 10:30 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2013-04-25 10:30 UTC (permalink / raw
  To: gentoo-commits

kensington    13/04/25 10:30:11

  Added:                kdepim-runtime-4.10.2-gcc-4.4.patch
  Log:
  Backport patch from upstream to fix build with GCC 4.4, wrt bug #464510.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.1                  kde-base/kdepim-runtime/files/kdepim-runtime-4.10.2-gcc-4.4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/files/kdepim-runtime-4.10.2-gcc-4.4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/files/kdepim-runtime-4.10.2-gcc-4.4.patch?rev=1.1&content-type=text/plain

Index: kdepim-runtime-4.10.2-gcc-4.4.patch
===================================================================
From 69493d6d210e0b1569fb5af1e05ef120a03bba0c Mon Sep 17 00:00:00 2001
From: David Jarvie <djarvie@kde.org>
Date: Fri, 8 Mar 2013 18:00:04 +0000
Subject: [PATCH] Make it compile with gcc 4.4

The compilation fails with an error complaining about using 'typename'
outside a template.

REVIEW: 110131
---
 agents/nepomukfeeder/nepomukfeederagent.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agents/nepomukfeeder/nepomukfeederagent.cpp b/agents/nepomukfeeder/nepomukfeederagent.cpp
index 6b02f99..b390fd9 100644
--- a/agents/nepomukfeeder/nepomukfeederagent.cpp
+++ b/agents/nepomukfeeder/nepomukfeederagent.cpp
@@ -60,7 +60,7 @@
 #include "nepomukfeeder-config.h"
 #include "nepomukfeederadaptor.h"
 
-typedef QSharedPointer< QMultiHash< typename Akonadi::Collection::Id,  typename Akonadi::Item::Id> > MultiHashPointer;
+typedef QSharedPointer< QMultiHash< Akonadi::Collection::Id,  Akonadi::Item::Id> > MultiHashPointer;
 Q_DECLARE_METATYPE(MultiHashPointer)
 
 namespace Akonadi {
-- 
1.8.2.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.2-gcc-4.4.patch
@ 2013-06-08 17:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-08 17:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/08 17:33:49

  Removed:              kdepim-runtime-4.10.2-gcc-4.4.patch
  Log:
  Remove old
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-08 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 17:33 [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.2-gcc-4.4.patch Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-25 10:30 Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox