commit:     a67e2887fe1c15ec3bbabb3907ce352d1fd24803
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 07:44:06 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 07:44:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67e2887

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 <tupone <AT> gentoo.org>

 sci-mathematics/cvc4/cvc4-1.8.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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
 }

Reply via email to