diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-01 10:51:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-05 17:55:13 +0100 |
commit | 071f7bf459b30db9be989cdf480b0bb448acb25d (patch) | |
tree | 57aba67a23d3cddd8c59c54a28d3450e05768d72 /sci-physics | |
parent | sci-physics/clhep: 2.2.0.5 EAPI-7 bump (diff) | |
download | gentoo-071f7bf459b30db9be989cdf480b0bb448acb25d.tar.gz gentoo-071f7bf459b30db9be989cdf480b0bb448acb25d.tar.bz2 gentoo-071f7bf459b30db9be989cdf480b0bb448acb25d.zip |
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@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/clhep/clhep-2.2.0.5.ebuild | 1 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.4.0.4.ebuild | 1 |
2 files changed, 0 insertions, 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 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) ) |