summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-26 14:27:22 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-27 10:49:13 -0700
commit163bbfab71a2ca66b058aebc33aa8fff9ea37526 (patch)
tree5524c3cf8d5136336e38d9ebf20efa1c7647c56d /dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
parentdev-python/twisted-pair: Add a new dev-python/twisted pkg blocker (diff)
downloadgentoo-163bbfab71a2ca66b058aebc33aa8fff9ea37526.tar.gz
gentoo-163bbfab71a2ca66b058aebc33aa8fff9ea37526.tar.bz2
gentoo-163bbfab71a2ca66b058aebc33aa8fff9ea37526.zip
dev-python/twisted-runner: Add a new dev-python/twisted pkg blocker
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/twisted-runner/twisted-runner-13.2.0.ebuild')
-rw-r--r--dev-python/twisted-runner/twisted-runner-13.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
index bb22b81f12c6..12bb42410771 100644
--- a/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-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$
@@ -12,5 +12,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
+DEPEND="
+ !dev-python/twisted
+ =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"