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 C2AE41382DE for ; Sat, 2 Jul 2016 21:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D3114011; Sat, 2 Jul 2016 21:19:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4102214011 for ; Sat, 2 Jul 2016 21:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25B5F340DDA for ; Sat, 2 Jul 2016 21:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBDE243F for ; Sat, 2 Jul 2016 21:19:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1467494358.e345a4b43b2f638f549d8a5bfcb78f04c5574f82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild X-VCS-Directories: dev-libs/jsoncpp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e345a4b43b2f638f549d8a5bfcb78f04c5574f82 X-VCS-Branch: master Date: Sat, 2 Jul 2016 21:19:36 +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: 69b18162-4618-4dd1-ae45-05b602a2d612 X-Archives-Hash: 982b4c27b821269f180658ad80d30f36 commit: e345a4b43b2f638f549d8a5bfcb78f04c5574f82 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 2 21:09:26 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 2 21:19:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e345a4b4 dev-libs/jsoncpp: Add missing cond RESTRICT=test dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild | 2 ++ dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild | 2 ++ dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild | 2 ++ dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild | 2 ++ dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild | 2 ++ 5 files changed, 10 insertions(+) diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild index c7fc443..23cfd7f 100644 --- a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild @@ -26,6 +26,8 @@ DEPEND=" )" RDEPEND="" +RESTRICT="!test? ( test )" + PATCHES=( # fix broken path subst in .pc file "${FILESDIR}"/jsoncpp-1.6.2-fix-pkgconfig.patch diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild index e88a1c8..e22a610 100644 --- a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild @@ -26,6 +26,8 @@ DEPEND=" )" RDEPEND="" +RESTRICT="!test? ( test )" + pkg_setup() { if use doc || use test; then python-any-r1_pkg_setup diff --git a/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild b/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild index 6e006b0..ea2b000 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild @@ -26,6 +26,8 @@ DEPEND=" )" RDEPEND="" +RESTRICT="!test? ( test )" + pkg_setup() { if use doc || use test; then python-any-r1_pkg_setup diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild b/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild index a82892a..8f24a36 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild @@ -26,6 +26,8 @@ DEPEND=" )" RDEPEND="" +RESTRICT="!test? ( test )" + pkg_setup() { if use doc || use test; then python-any-r1_pkg_setup diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild b/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild index a82892a..8f24a36 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild @@ -26,6 +26,8 @@ DEPEND=" )" RDEPEND="" +RESTRICT="!test? ( test )" + pkg_setup() { if use doc || use test; then python-any-r1_pkg_setup