From a67e2887fe1c15ec3bbabb3907ce352d1fd24803 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 8 Feb 2022 08:44:06 +0100 Subject: sci-mathematics/cvc4: remove unused CMake variables Closes: https://bugs.gentoo.org/829088 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- sci-mathematics/cvc4/cvc4-1.8.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/cvc4/cvc4-1.8.ebuild b/sci-mathematics/cvc4/cvc4-1.8.ebuild index 6eb40f393dc6..879bf5675991 100644 --- a/sci-mathematics/cvc4/cvc4-1.8.ebuild +++ b/sci-mathematics/cvc4/cvc4-1.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/CVC4/CVC4-archived/archive/refs/tags/${PV}.tar.gz -> LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+cln proofs readline replay +statistics" +IUSE="+cln proofs readline +statistics" RDEPEND="dev-libs/antlr-c dev-java/antlr:3 @@ -33,12 +33,10 @@ src_configure() { local mycmakeargs=( -DANTLR_BINARY=/usr/bin/antlr3 -DENABLE_GPL=ON - -DENABLE_OPTIMIZED=ON -DUSE_CLN="$(usex cln ON OFF)" -DUSE_READLINE="$(usex readline ON OFF)" -DENABLE_STATISTICS="$(usex statistics ON OFF)" -DENABLE_PROOFS="$(usex proofs ON OFF)" - -DENABLE_REPLAY="$(usex replay ON OFF)" ) cmake_src_configure } -- cgit v1.2.3-65-gdbad