commit:     082d49f2ae35efc2319237c99461d9da8f7124e9
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 21:04:20 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:49:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082d49f2

dev-python/twisted-core: Add a new dev-python/twisted pkg blocker

Package-Manager: portage-2.3.2

 dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild | 6 ++++--
 dev-python/twisted-core/twisted-core-13.2.0.ebuild    | 6 ++++--
 dev-python/twisted-core/twisted-core-15.1.0.ebuild    | 7 +++++--
 dev-python/twisted-core/twisted-core-15.2.1.ebuild    | 7 +++++--
 4 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild 
b/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
index 04fbf0d..9ad0618 100644
--- a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
+++ b/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,9 @@ DESCRIPTION="An asynchronous networking framework written in 
Python"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="crypt gtk serial"
 
-DEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]
+DEPEND="
+       !dev-python/twisted
+       dev-python/zope-interface[${PYTHON_USEDEP}]
        crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] )
        gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
        serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"

diff --git a/dev-python/twisted-core/twisted-core-13.2.0.ebuild 
b/dev-python/twisted-core/twisted-core-13.2.0.ebuild
index a0a91e4..a76b78a 100644
--- a/dev-python/twisted-core/twisted-core-13.2.0.ebuild
+++ b/dev-python/twisted-core/twisted-core-13.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,9 @@ DESCRIPTION="An asynchronous networking framework written in 
Python"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="crypt gtk serial"
 
-DEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
+DEPEND="
+       !dev-python/twisted
+       >=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
        crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] )
        gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
        serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"

diff --git a/dev-python/twisted-core/twisted-core-15.1.0.ebuild 
b/dev-python/twisted-core/twisted-core-15.1.0.ebuild
index df57148..93f7667 100644
--- a/dev-python/twisted-core/twisted-core-15.1.0.ebuild
+++ b/dev-python/twisted-core/twisted-core-15.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,10 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
                dev-python/service_identity[${PYTHON_USEDEP}] )
        gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
        serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
-DEPEND="test? ( ${RDEPEND} )"
+DEPEND="
+       !dev-python/twisted
+       test? ( ${RDEPEND} )
+"
 
 PATCHES=(
        # Give a load-sensitive test a better chance of succeeding.

diff --git a/dev-python/twisted-core/twisted-core-15.2.1.ebuild 
b/dev-python/twisted-core/twisted-core-15.2.1.ebuild
index 730e37c..4e7645a 100644
--- a/dev-python/twisted-core/twisted-core-15.2.1.ebuild
+++ b/dev-python/twisted-core/twisted-core-15.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,10 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
                dev-python/service_identity[${PYTHON_USEDEP}] )
        gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
        serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
-DEPEND="test? ( ${RDEPEND} )"
+DEPEND="
+       !dev-python/twisted
+       test? ( ${RDEPEND} )
+"
 
 PATCHES=(
        # Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.

Reply via email to