Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Thu, 04 Jul 2019 19:40:24
Message-Id: 1562268967.5d63ee877231a729388197a65cd883fa128fa6ea.asturm@gentoo
1 commit: 5d63ee877231a729388197a65cd883fa128fa6ea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 4 18:13:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 4 19:36:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d63ee87
7
8 dev-util/cmake: suppress CPackDEB tests in 3.13.5 too
9
10 Closes: https://bugs.gentoo.org/611016
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-util/cmake/cmake-3.13.5.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild
18 index 87519fed19c..34b8a855e62 100644
19 --- a/dev-util/cmake/cmake-3.13.5.ebuild
20 +++ b/dev-util/cmake/cmake-3.13.5.ebuild
21 @@ -121,12 +121,14 @@ cmake_src_test() {
22 # RunCMake.CompilerLauncher: also requires fortran
23 # RunCMake.CPack_RPM: breaks if app-arch/rpm is installed because
24 # debugedit binary is not in the expected location
25 + # RunCMake.CPack_DEB: breaks if app-arch/dpkg is installed because
26 + # it can't find a deb package that owns libc
27 # TestUpload, which requires network access
28 "${BUILD_DIR}"/bin/ctest \
29 -j "$(makeopts_jobs)" \
30 --test-load "$(makeopts_loadavg)" \
31 ${ctestargs} \
32 - -E "(BootstrapTest|BundleUtilities|CMakeOnly.AllFindModules|CTest.UpdateCVS|Fortran|RunCMake.CompilerLauncher|RunCMake.CPack_RPM|TestUpload)" \
33 + -E "(BootstrapTest|BundleUtilities|CMakeOnly.AllFindModules|CTest.UpdateCVS|Fortran|RunCMake.CompilerLauncher|RunCMake.CPack_(DEB|RPM)|TestUpload)" \
34 || die "Tests failed"
35
36 popd > /dev/null