diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-08-13 20:28:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-13 20:32:06 +0200 |
commit | 750da70a180d80a8b8e71dedb7a5b9128c874b82 (patch) | |
tree | b5ead8750c573bf8a9c8562308778e33990a4881 /dev-cpp/libjson-rpc-cpp | |
parent | dev-cpp/libjson-rpc-cpp: Bump to 0.7.0 (diff) | |
download | gentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.tar.gz gentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.tar.bz2 gentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.zip |
dev-cpp/libjson-rpc-cpp: Sync the live ebuild
Diffstat (limited to 'dev-cpp/libjson-rpc-cpp')
-rw-r--r-- | dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild | 4 |
1 files 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 a8d3e54c345e..57baa1052de4 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" |