From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 15 Aug 2019 18:56:59 +0000 (+0000) Subject: dev-libs/utfcpp: Set RESTRICT="!test? ( test )". X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f5fad74daf288c9ce0ca53db287f0844f4d8090d;p=gentoo.git dev-libs/utfcpp: Set RESTRICT="!test? ( test )". Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- diff --git a/dev-libs/utfcpp/utfcpp-3.1.ebuild b/dev-libs/utfcpp/utfcpp-3.1.ebuild index fe95f70ff25c..c51eefe42aad 100644 --- a/dev-libs/utfcpp/utfcpp-3.1.ebuild +++ b/dev-libs/utfcpp/utfcpp-3.1.ebuild @@ -24,6 +24,7 @@ LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" BDEPEND="" DEPEND="test? ( dev-cpp/gtest )" diff --git a/dev-libs/utfcpp/utfcpp-9999.ebuild b/dev-libs/utfcpp/utfcpp-9999.ebuild index 028e8aefa4e7..2b6fa17b5966 100644 --- a/dev-libs/utfcpp/utfcpp-9999.ebuild +++ b/dev-libs/utfcpp/utfcpp-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="Boost-1.0" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" BDEPEND="" DEPEND="test? ( dev-cpp/gtest )"