diff options
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.6.2.ebuild')
-rw-r--r-- | dev-cpp/yaml-cpp/yaml-cpp-0.6.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.6.2.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.6.2.ebuild index 48edca1378e0..627ca917b845 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.6.2.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.6.2.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=6 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0/0.6" KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="test? ( dev-cpp/gtest )" |