net-irc/redirbot: Update twisted deps
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 11 Jan 2017 20:35:53 +0000 (12:35 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 12 Jan 2017 23:58:49 +0000 (15:58 -0800)
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

net-irc/redirbot/redirbot-0.0.5-r1.ebuild [moved from net-irc/redirbot/redirbot-0.0.5.ebuild with 69% similarity]

similarity index 69%
rename from net-irc/redirbot/redirbot-0.0.5.ebuild
rename to net-irc/redirbot/redirbot-0.0.5-r1.ebuild
index 56fae74f77d82c4c57698c95ed7eb598c6e6e1a2..a237222e450c1d0ff5d16886b9b7a6fe389e2a6e 100644 (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}"