Skip to content

Commit

Permalink
sci-mathematics/cvc4: Add readline use flag
Browse files Browse the repository at this point in the history
Closes: gentoo#12536
Signed-off-by: Alfredo Tupone <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
atupone committed Jul 25, 2019
1 parent 1b3ea30 commit f0be729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sci-mathematics/cvc4/cvc4-1.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ SRC_URI="https://github.com/CVC4/CVC4/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+cln +statistics proofs replay"
IUSE="+cln proofs readline replay +statistics"

RDEPEND="dev-libs/antlr-c
dev-java/antlr:3
dev-libs/boost
readline? ( sys-libs/readline:0= )
cln? ( sci-libs/cln )
!cln? ( dev-libs/gmp:= )"
DEPEND="${RDEPEND}"
Expand All @@ -32,6 +33,7 @@ src_configure() {
-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)"
Expand Down

0 comments on commit f0be729

Please sign in to comment.