dev-cpp/websocketpp: Restrict tests

Closes: https://bugs.gentoo.org/630450
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Johannes Huber
2017-09-17 21:01:03 +02:00
parent b56fc92765
commit 95ec1f16aa

View File

@@ -19,6 +19,9 @@ RDEPEND="${DEPEND}
boost? ( dev-libs/boost )
"
# bug 630450
RESTRICT="test"
src_configure() {
local mycmakeargs=(
-DENABLE_CPP11="$(usex !boost)"