pesa        14/09/16 14:18:43

  Modified:             ChangeLog qt5-build.eclass
  Log:
  Exclude installed_cmake tests as well.

Revision  Changes    Path
1.1370               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1370&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1370&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1369&r2=1.1370

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1369
retrieving revision 1.1370
diff -u -r1.1369 -r1.1370
--- ChangeLog   15 Sep 2014 17:54:11 -0000      1.1369
+++ ChangeLog   16 Sep 2014 14:18:43 -0000      1.1370
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1369 2014/09/15 
17:54:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1370 2014/09/16 
14:18:43 pesa Exp $
+
+  16 Sep 2014; Davide Pesavento <[email protected]> qt5-build.eclass:
+  Exclude installed_cmake tests as well.
 
   15 Sep 2014; Justin Lecher <[email protected]> intel-sdp.eclass:
   Allow RPMS specified as array



1.6                  eclass/qt5-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?r1=1.5&r2=1.6

Index: qt5-build.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt5-build.eclass    11 Sep 2014 00:08:57 -0000      1.5
+++ qt5-build.eclass    16 Sep 2014 14:18:43 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.5 2014/09/11 
00:08:57 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.6 2014/09/16 
14:18:43 pesa Exp $
 
 # @ECLASS: qt5-build.eclass
 # @MAINTAINER:
@@ -225,8 +225,8 @@
 qt5-build_src_test() {
        echo ">>> Test phase [QtTest]: ${CATEGORY}/${PF}"
 
-       # '-after SUBDIRS-=cmake' disables broken tests - bug #474004
-       qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake
+       # '-after SUBDIRS-=...' disables broken cmake tests (bug 474004)
+       qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake 
SUBDIRS-=installed_cmake
        qt5_foreach_target_subdir emake
 
        # create a custom testrunner script that correctly sets




Reply via email to