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 2E68013997D for ; Tue, 12 Nov 2019 21:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 523F0E0869; Tue, 12 Nov 2019 21:08:51 +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 20883E0869 for ; Tue, 12 Nov 2019 21:08:51 +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 676C334CCD7 for ; Tue, 12 Nov 2019 21:08:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2233E7F9 for ; Tue, 12 Nov 2019 21:08:48 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1573592926.b1f6e06ead70a3a225f9bc529342156c521ddf15.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twisted/twisted-16.6.0-r3.ebuild dev-python/twisted/twisted-17.1.0-r2.ebuild dev-python/twisted/twisted-17.9.0.ebuild dev-python/twisted/twisted-18.4.0.ebuild dev-python/twisted/twisted-18.7.0.ebuild X-VCS-Directories: dev-python/twisted/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b1f6e06ead70a3a225f9bc529342156c521ddf15 X-VCS-Branch: master Date: Tue, 12 Nov 2019 21:08:48 +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: 84e38b30-df2e-46b2-9394-eaa846aab5e5 X-Archives-Hash: 8047d91ddafede6af4d6f0f9c5d10ded commit: b1f6e06ead70a3a225f9bc529342156c521ddf15 Author: Mike Gilbert gentoo org> AuthorDate: Tue Nov 12 21:06:05 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 12 21:08:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f6e06e dev-python/twisted: RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.78_p18, Repoman-2.3.17_p114 Signed-off-by: Mike Gilbert gentoo.org> dev-python/twisted/twisted-16.6.0-r3.ebuild | 1 + dev-python/twisted/twisted-17.1.0-r2.ebuild | 1 + dev-python/twisted/twisted-17.9.0.ebuild | 1 + dev-python/twisted/twisted-18.4.0.ebuild | 1 + dev-python/twisted/twisted-18.7.0.ebuild | 1 + 5 files changed, 5 insertions(+) diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild index 96ff7aa3d28..315263b8afb 100644 --- a/dev-python/twisted/twisted-16.6.0-r3.ebuild +++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild @@ -24,6 +24,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" LICENSE="MIT" SLOT="0" IUSE="conch crypt http2 serial +soap test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/incremental-16.10.1[${PYTHON_USEDEP}] diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild index 4e48daba3c6..44a1434f455 100644 --- a/dev-python/twisted/twisted-17.1.0-r2.ebuild +++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~x86" LICENSE="MIT" SLOT="0" IUSE="conch crypt http2 serial +soap test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/incremental-16.10.1[${PYTHON_USEDEP}] diff --git a/dev-python/twisted/twisted-17.9.0.ebuild b/dev-python/twisted/twisted-17.9.0.ebuild index fff6db06022..d53fe68b371 100644 --- a/dev-python/twisted/twisted-17.9.0.ebuild +++ b/dev-python/twisted/twisted-17.9.0.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86" LICENSE="MIT" SLOT="0" IUSE="conch crypt http2 serial +soap test" +RESTRICT="!test? ( test )" # openssh-7.6_p1 test failures: bug https://twistedmatrix.com/trac/ticket/9311 RDEPEND=" diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild index 7658c85103b..02a73d8f622 100644 --- a/dev-python/twisted/twisted-18.4.0.ebuild +++ b/dev-python/twisted/twisted-18.4.0.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86" LICENSE="MIT" SLOT="0" IUSE="conch crypt http2 serial +soap test" +RESTRICT="!test? ( test )" # openssh-7.6_p1 test failures: bug https://twistedmatrix.com/trac/ticket/9311 RDEPEND=" diff --git a/dev-python/twisted/twisted-18.7.0.ebuild b/dev-python/twisted/twisted-18.7.0.ebuild index 524eec980d1..fcd1a76f41a 100644 --- a/dev-python/twisted/twisted-18.7.0.ebuild +++ b/dev-python/twisted/twisted-18.7.0.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~mips ~s390 ~sh ~amd64-linux ~x86-linux" LICENSE="MIT" SLOT="0" IUSE="conch crypt http2 serial +soap test" +RESTRICT="!test? ( test )" # openssh-7.6_p1 test failures: bug https://twistedmatrix.com/trac/ticket/9311 RDEPEND="