net-irc/redirbot: Update twisted deps

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
This commit is contained in:
Brian Dolbec
2017-01-11 12:35:53 -08:00
parent 4f1ca7e641
commit d54919db3c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,7 +19,11 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/twisted-core-11.1.0
dev-python/twisted-words
|| (
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
( >=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
)
)
"
RDEPEND="${DEPEND}"