diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-10-26 14:11:34 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-10-27 10:49:11 -0700 |
commit | 352870497f41e0f8d279b68fae7da94694020dc5 (patch) | |
tree | 35c678b5d8b0b2cecf91395f7dae89808f45deda /dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild | |
parent | 879aefde02dc8a0fc8a9d7c45d14a8b993dab016 (diff) | |
download | gentoo-352870497f41e0f8d279b68fae7da94694020dc5.tar.gz gentoo-352870497f41e0f8d279b68fae7da94694020dc5.tar.xz |
dev-python/twisted-lore: Add a new dev-python/twisted pkg blocker
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild')
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild b/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild index a3f6e6d52ea..c97c51e227d 100644 --- a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild +++ b/dev-python/twisted-lore/twisted-lore-13.0.0-r1.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 documentation system" 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}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" |