diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-10-26 14:24:05 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-10-27 10:49:13 -0700 |
commit | 1e2ace3cd186fc68156bc3c6dd5475b757627bde (patch) | |
tree | 905258c9e0a1a60aea08ce192ad654539129dafd /dev-python/twisted-pair/twisted-pair-13.2.0.ebuild | |
parent | dev-python/twisted-news: Add a new dev-python/twisted pkg blocker (diff) | |
download | gentoo-1e2ace3cd186fc68156bc3c6dd5475b757627bde.tar.gz gentoo-1e2ace3cd186fc68156bc3c6dd5475b757627bde.tar.bz2 gentoo-1e2ace3cd186fc68156bc3c6dd5475b757627bde.zip |
dev-python/twisted-pair: Add a new dev-python/twisted pkg blocker
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/twisted-pair/twisted-pair-13.2.0.ebuild')
-rw-r--r-- | dev-python/twisted-pair/twisted-pair-13.2.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild b/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild index 7c0b03d06284..16ebe999ef25 100644 --- a/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild +++ b/dev-python/twisted-pair/twisted-pair-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,6 +12,8 @@ DESCRIPTION="Twisted low-level networking" KEYWORDS="amd64 x86" IUSE="" -DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] +DEPEND=" + !dev-python/twisted + =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/eunuchs[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" |