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 46B99138334 for ; Mon, 4 Nov 2019 08:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55CE3E0AD0; Mon, 4 Nov 2019 08:35:37 +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 3B6AAE0AD0 for ; Mon, 4 Nov 2019 08:35:37 +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 0B1BA34C852 for ; Mon, 4 Nov 2019 08:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC0371A for ; Mon, 4 Nov 2019 08:35:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572856528.c8cfcef6458b5401d2d412edd3d43a8bef69ff37.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html2text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/html2text/html2text-2019.9.26.ebuild X-VCS-Directories: dev-python/html2text/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8cfcef6458b5401d2d412edd3d43a8bef69ff37 X-VCS-Branch: master Date: Mon, 4 Nov 2019 08:35:34 +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: 4da0970c-f0c6-4f36-b9be-5ed8ce0e616f X-Archives-Hash: 74a36f4368104ca7ac0679cc54c66ebb commit: c8cfcef6458b5401d2d412edd3d43a8bef69ff37 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 4 08:12:37 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 4 08:35:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cfcef6 dev-python/html2text: Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny gentoo.org> dev-python/html2text/html2text-2019.9.26.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/html2text/html2text-2019.9.26.ebuild b/dev-python/html2text/html2text-2019.9.26.ebuild index d79e5a231b4..8cb53b668f8 100644 --- a/dev-python/html2text/html2text-2019.9.26.ebuild +++ b/dev-python/html2text/html2text-2019.9.26.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" # pkg_resources is used for entry points RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"