From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 718D7138334 for ; Tue, 8 Oct 2019 14:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B457CE093A; Tue, 8 Oct 2019 14:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B875E093A for ; Tue, 8 Oct 2019 14:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B8CD34BA79 for ; Tue, 8 Oct 2019 14:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2A49886 for ; Tue, 8 Oct 2019 14:57:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1570546606.be60774ddd386afa062ab3eba39ff0ef32491f8e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyicu/pyicu-2.3.1.ebuild dev-python/pyicu/pyicu-2.3.ebuild X-VCS-Directories: dev-python/pyicu/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: be60774ddd386afa062ab3eba39ff0ef32491f8e X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:57:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6f9b571-83bd-4a3e-b98b-ddac04d0d8a1 X-Archives-Hash: a84b0cbf7ab6403d3a4ac9cda039109e commit: be60774ddd386afa062ab3eba39ff0ef32491f8e Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 8 13:42:50 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 8 14:56:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be60774d 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 gentoo.org> 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 2e9d029a29e..b4d01d5c535 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 199c0b31f87..5cb1c22282a 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}