From be60774ddd386afa062ab3eba39ff0ef32491f8e Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 8 Oct 2019 14:42:50 +0100 Subject: [PATCH] dev-python/pyicu: add test restrictions As recommended by pkgcheck. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba --- dev-python/pyicu/pyicu-2.3.1.ebuild | 2 ++ dev-python/pyicu/pyicu-2.3.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-python/pyicu/pyicu-2.3.1.ebuild b/dev-python/pyicu/pyicu-2.3.1.ebuild index 2e9d029a29e4..b4d01d5c5350 100644 --- a/dev-python/pyicu/pyicu-2.3.1.ebuild +++ b/dev-python/pyicu/pyicu-2.3.1.ebuild @@ -19,6 +19,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND="${PYTHON_DEPS} dev-libs/icu:=" DEPEND="${RDEPEND} diff --git a/dev-python/pyicu/pyicu-2.3.ebuild b/dev-python/pyicu/pyicu-2.3.ebuild index 199c0b31f877..5cb1c22282a1 100644 --- a/dev-python/pyicu/pyicu-2.3.ebuild +++ b/dev-python/pyicu/pyicu-2.3.ebuild @@ -19,6 +19,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND="${PYTHON_DEPS} dev-libs/icu:=" DEPEND="${RDEPEND} -- 2.26.2