commit:     d54919db3c12967db0940a5b00b5e7cf8346f6c5
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 20:35:53 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 23:58:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54919db

net-irc/redirbot: Update twisted deps

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 .../{redirbot-0.0.5.ebuild => redirbot-0.0.5-r1.ebuild}        | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-irc/redirbot/redirbot-0.0.5.ebuild 
b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
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 56fae74..a237222 100644
--- a/net-irc/redirbot/redirbot-0.0.5.ebuild
+++ b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild
@@ -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}"

Reply via email to