commit: 750da70a180d80a8b8e71dedb7a5b9128c874b82
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 18:28:10 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 18:32:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750da70a
dev-cpp/libjson-rpc-cpp: Sync the live ebuild
dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
index a8d3e54..57baa10 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
@@ -32,8 +32,8 @@ src_configure() {
local mycmakeargs=(
-DHTTP_CLIENT=$(usex http-client)
-DHTTP_SERVER=$(usex http-server)
- # they are not installed but required for tests to build
- -DCOMPILE_EXAMPLES=$(usex test)
+ # they are not installed
+ -DCOMPILE_EXAMPLES=OFF
-DCOMPILE_STUBGEN=$(usex stubgen)
-DCOMPILE_TESTS=$(usex test)
-DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch"