diff options
Diffstat (limited to 'dev-libs/capnproto/capnproto-0.6.1.ebuild')
-rw-r--r-- | dev-libs/capnproto/capnproto-0.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/capnproto/capnproto-0.6.1.ebuild b/dev-libs/capnproto/capnproto-0.6.1.ebuild index 358e6ae7a0c2..de5d76054bfc 100644 --- a/dev-libs/capnproto/capnproto-0.6.1.ebuild +++ b/dev-libs/capnproto/capnproto-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0/061" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="test? ( dev-cpp/gtest )" |