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 04BB1138334 for ; Sat, 5 Jan 2019 16:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F291DE092F; Sat, 5 Jan 2019 16:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBF4FE09F6 for ; Sat, 5 Jan 2019 16:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A350335D20 for ; Sat, 5 Jan 2019 16:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8883F508 for ; Sat, 5 Jan 2019 16:55:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546707313.071f7bf459b30db9be989cdf480b0bb448acb25d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/clhep/clhep-2.2.0.5.ebuild sci-physics/clhep/clhep-2.4.0.4.ebuild X-VCS-Directories: sci-physics/clhep/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 071f7bf459b30db9be989cdf480b0bb448acb25d X-VCS-Branch: master Date: Sat, 5 Jan 2019 16:55:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a4d696c-fa84-4f04-8ac7-5741a3fa1e70 X-Archives-Hash: f8ec7903a779f54cc6aeb24fc96e7dee commit: 071f7bf459b30db9be989cdf480b0bb448acb25d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 09:51:05 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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) )