From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1122979-garchives=archives.gentoo.org@lists.gentoo.org> 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 7967D138334 for <garchives@archives.gentoo.org>; Sat, 16 Nov 2019 13:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD47E0827; Sat, 16 Nov 2019 13:53:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 143A4E0827 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2019 13:53:27 +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 448D934CEB3 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2019 13:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE268B8 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2019 13:53:23 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1573912397.a04d44ef650ed820ceb6f083e46c436ecb98687d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild X-VCS-Directories: dev-python/pyasn1-modules/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a04d44ef650ed820ceb6f083e46c436ecb98687d X-VCS-Branch: master Date: Sat, 16 Nov 2019 13:53:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b91c5a74-6b18-4b9e-bc37-b88922e94a29 X-Archives-Hash: c857758d90548502ea1772cc488e6c83 commit: a04d44ef650ed820ceb6f083e46c436ecb98687d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 13:47:00 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 13:53:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04d44ef dev-python/pyasn1-modules: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild index f818736a40d..20e392452a0 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/pyasn1-0.3.4[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}