From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC02C139084 for ; Thu, 15 Dec 2016 17:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B020E0C5E; Thu, 15 Dec 2016 17:45:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1760BE0C5E for ; Thu, 15 Dec 2016 17:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05CF8340E7B for ; Thu, 15 Dec 2016 17:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D70724B6 for ; Thu, 15 Dec 2016 17:45:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481823943.5189a4ab4bbcd31ff1e99a6518ff577bc1a9881f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.6.3.ebuild dev-util/cmake/cmake-3.7.0-r1.ebuild dev-util/cmake/cmake-3.7.1.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5189a4ab4bbcd31ff1e99a6518ff577bc1a9881f X-VCS-Branch: master Date: Thu, 15 Dec 2016 17:45:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fdd31154-4155-4342-a3de-ef3b88a50fbf X-Archives-Hash: 4421979ee27d2c0a692a16a82382a8f2 commit: 5189a4ab4bbcd31ff1e99a6518ff577bc1a9881f Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 15 17:45:20 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 15 17:45:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5189a4ab dev-util/cmake: Disabled Qt5Autogen check (breaks for unknown reason). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/cmake/cmake-3.6.3.ebuild | 3 ++- dev-util/cmake/cmake-3.7.0-r1.ebuild | 3 ++- dev-util/cmake/cmake-3.7.1.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/cmake/cmake-3.6.3.ebuild b/dev-util/cmake/cmake-3.6.3.ebuild index 1e94166..9c80d83 100644 --- a/dev-util/cmake/cmake-3.6.3.ebuild +++ b/dev-util/cmake/cmake-3.6.3.ebuild @@ -110,9 +110,10 @@ cmake_src_test() { # CTest.updatecvs: which fails to commit as root # Fortran: requires fortran # Qt4Deploy, which tries to break sandbox and ignores prefix + # Qt5Autogen, which breaks for unknown reason # TestUpload, which requires network access "${BUILD_DIR}"/bin/ctest ${ctestargs} \ - -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \ + -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|Qt5Autogen|TestUpload)" \ || die "Tests failed" popd > /dev/null diff --git a/dev-util/cmake/cmake-3.7.0-r1.ebuild b/dev-util/cmake/cmake-3.7.0-r1.ebuild index ab23f3b..7bda50d 100644 --- a/dev-util/cmake/cmake-3.7.0-r1.ebuild +++ b/dev-util/cmake/cmake-3.7.0-r1.ebuild @@ -111,9 +111,10 @@ cmake_src_test() { # CTest.updatecvs: which fails to commit as root # Fortran: requires fortran # Qt4Deploy, which tries to break sandbox and ignores prefix + # Qt5Autogen, which breaks for unknown reason # TestUpload, which requires network access "${BUILD_DIR}"/bin/ctest ${ctestargs} \ - -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \ + -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|Qt5Autogen|TestUpload)" \ || die "Tests failed" popd > /dev/null diff --git a/dev-util/cmake/cmake-3.7.1.ebuild b/dev-util/cmake/cmake-3.7.1.ebuild index ab23f3b..7bda50d 100644 --- a/dev-util/cmake/cmake-3.7.1.ebuild +++ b/dev-util/cmake/cmake-3.7.1.ebuild @@ -111,9 +111,10 @@ cmake_src_test() { # CTest.updatecvs: which fails to commit as root # Fortran: requires fortran # Qt4Deploy, which tries to break sandbox and ignores prefix + # Qt5Autogen, which breaks for unknown reason # TestUpload, which requires network access "${BUILD_DIR}"/bin/ctest ${ctestargs} \ - -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \ + -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|Qt5Autogen|TestUpload)" \ || die "Tests failed" popd > /dev/null