From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC03D1396D0 for ; Sun, 17 Sep 2017 19:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E941FC007; Sun, 17 Sep 2017 19:03:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 047881FC007 for ; Sun, 17 Sep 2017 19:03:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDA3B33E4AD for ; Sun, 17 Sep 2017 19:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4BE8E34 for ; Sun, 17 Sep 2017 19:03:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1505674983.95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/websocketpp/websocketpp-0.7.0.ebuild X-VCS-Directories: dev-cpp/websocketpp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8 X-VCS-Branch: master Date: Sun, 17 Sep 2017 19:03:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8331d45b-5cdb-45e1-a4a6-252d744b1286 X-Archives-Hash: 4d1f818680a00a9979f03989bb63a7c8 commit: 95ec1f16aa2b9bcdafc1c8e5a3480e30da7adbc8 Author: Johannes Huber gentoo org> AuthorDate: Sun Sep 17 19:01:03 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Sep 17 19:03:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ec1f16 dev-cpp/websocketpp: Restrict tests Closes: https://bugs.gentoo.org/630450 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild index 22bf6c0e1e8..d5bfee65e1b 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)"