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 B9EB2138334 for ; Thu, 12 Dec 2019 16:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEB4AE0869; Thu, 12 Dec 2019 16:46:58 +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 B40CEE0869 for ; Thu, 12 Dec 2019 16:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A1E3534D973 for ; Thu, 12 Dec 2019 16:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A09903 for ; Thu, 12 Dec 2019 16:46:53 +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: <1576168471.bbbc156562a4819fa813a6ebaad9a7b1ee2bf294.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrsistent/pyrsistent-0.13.0.ebuild dev-python/pyrsistent/pyrsistent-0.14.2.ebuild dev-python/pyrsistent/pyrsistent-0.14.4.ebuild X-VCS-Directories: dev-python/pyrsistent/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bbbc156562a4819fa813a6ebaad9a7b1ee2bf294 X-VCS-Branch: master Date: Thu, 12 Dec 2019 16:46:53 +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: cd1e90cb-5562-4f86-b46a-6abed18b8b7d X-Archives-Hash: b50e4546aaacf6dac10cb98246130b5d commit: bbbc156562a4819fa813a6ebaad9a7b1ee2bf294 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:33:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 16:34:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbc1565 dev-python/pyrsistent: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/pyrsistent/pyrsistent-0.13.0.ebuild | 1 + dev-python/pyrsistent/pyrsistent-0.14.2.ebuild | 1 + dev-python/pyrsistent/pyrsistent-0.14.4.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild index 9b38b0a61c7..0f58e35b24c 100644 --- a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild index 3525d1b4e85..566632f86e7 100644 --- a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild b/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild index 27e0c22a84a..c5e0e02016e 100644 --- a/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.14.4.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]"