commit: 071f7bf459b30db9be989cdf480b0bb448acb25d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 1 09:51:05 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 5 16:55:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f7bf4
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 <asturm <AT> gentoo.org> sci-physics/clhep/clhep-2.2.0.5.ebuild | 1 - sci-physics/clhep/clhep-2.4.0.4.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-physics/clhep/clhep-2.2.0.5.ebuild b/sci-physics/clhep/clhep-2.2.0.5.ebuild index e73704e0e7a..7c5de315a5a 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 007d221de44..5f32e859e2c 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) )
