diff options
author | Johannes Huber <johu@gentoo.org> | 2017-09-17 21:01:03 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-09-17 21:03:03 +0200 |
commit | 95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8 (patch) | |
tree | ea7b6c1eafbe6c59aac3610421e4c2cd40d296eb /dev-cpp/websocketpp | |
parent | net-analyzer/dsniff: Bump revision for CHANGES TO WHAT IS INSTALLED. (diff) | |
download | gentoo-95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8.tar.gz gentoo-95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8.tar.bz2 gentoo-95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8.zip |
dev-cpp/websocketpp: Restrict tests
Closes: https://bugs.gentoo.org/630450
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-cpp/websocketpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild index 22bf6c0e1e87..d5bfee65e1b3 100644 --- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild @@ -19,6 +19,9 @@ RDEPEND="${DEPEND} boost? ( dev-libs/boost ) " +# bug 630450 +RESTRICT="test" + src_configure() { local mycmakeargs=( -DENABLE_CPP11="$(usex !boost)" |