diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-02 23:09:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-02 23:19:18 +0200 |
commit | e345a4b43b2f638f549d8a5bfcb78f04c5574f82 (patch) | |
tree | d2312e76fd84a65bd55e76f2af3ad039b190ce37 /dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild | |
parent | dev-cpp/libjson-rpc-cpp: Add missing cond RESTRICT=test (diff) | |
download | gentoo-e345a4b43b2f638f549d8a5bfcb78f04c5574f82.tar.gz gentoo-e345a4b43b2f638f549d8a5bfcb78f04c5574f82.tar.bz2 gentoo-e345a4b43b2f638f549d8a5bfcb78f04c5574f82.zip |
dev-libs/jsoncpp: Add missing cond RESTRICT=test
Diffstat (limited to 'dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild')
-rw-r--r-- | dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild index e88a1c837da1..e22a610f6461 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 |