summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-26 14:04:20 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-27 10:49:10 -0700
commit082d49f2ae35efc2319237c99461d9da8f7124e9 (patch)
tree7af33b69ca6f56c5b6a00437bf0e5d20f9b9bc1f /dev-python/twisted-core/twisted-core-15.2.1.ebuild
parentdev-python/twisted-words: Clean old versions (diff)
downloadgentoo-082d49f2ae35efc2319237c99461d9da8f7124e9.tar.gz
gentoo-082d49f2ae35efc2319237c99461d9da8f7124e9.tar.bz2
gentoo-082d49f2ae35efc2319237c99461d9da8f7124e9.zip
dev-python/twisted-core: Add a new dev-python/twisted pkg blocker
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/twisted-core/twisted-core-15.2.1.ebuild')
-rw-r--r--dev-python/twisted-core/twisted-core-15.2.1.ebuild7
1 files changed, 5 insertions, 2 deletions
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 730e37c2dddb..4e7645a7af97 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.