From: Andreas Sturmlechner Date: Tue, 1 Jan 2019 09:51:05 +0000 (+0100) Subject: sci-physics/clhep: Drop bogus CMake variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=071f7bf459b30db9be989cdf480b0bb448acb25d;p=gentoo.git sci-physics/clhep: Drop bogus CMake variables No such build switch. Tests are disabled manually in src_prepare. Closes: https://bugs.gentoo.org/659144 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- diff --git a/sci-physics/clhep/clhep-2.2.0.5.ebuild b/sci-physics/clhep/clhep-2.2.0.5.ebuild index e73704e0e7a3..7c5de315a5ab 100644 --- a/sci-physics/clhep/clhep-2.2.0.5.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.5.ebuild @@ -41,7 +41,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DENABLE_TESTING=$(usex test) -DCLHEP_BUILD_DOCS=$(usex doc) ) DESTDIR="${ED}" cmake-utils_src_configure diff --git a/sci-physics/clhep/clhep-2.4.0.4.ebuild b/sci-physics/clhep/clhep-2.4.0.4.ebuild index 007d221de445..5f32e859e2c6 100644 --- a/sci-physics/clhep/clhep-2.4.0.4.ebuild +++ b/sci-physics/clhep/clhep-2.4.0.4.ebuild @@ -40,7 +40,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DBUILD_TESTING=$(usex test) -DCLHEP_BUILD_DOCS=$(usex doc) -DCLHEP_SINGLE_THREAD=$(usex threads no yes) )