diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-11 12:35:53 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-12 15:58:49 -0800 |
commit | d54919db3c12967db0940a5b00b5e7cf8346f6c5 (patch) | |
tree | 6cde79977f0a63b8a6814c37cd4be54c33f3aac3 /net-irc | |
parent | app-office/taskcoach: Update to the new dev-python/twisted dep (diff) | |
download | gentoo-d54919db3c12967db0940a5b00b5e7cf8346f6c5.tar.gz gentoo-d54919db3c12967db0940a5b00b5e7cf8346f6c5.tar.bz2 gentoo-d54919db3c12967db0940a5b00b5e7cf8346f6c5.zip |
net-irc/redirbot: Update twisted deps
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/redirbot/redirbot-0.0.5-r1.ebuild (renamed from net-irc/redirbot/redirbot-0.0.5.ebuild) | 10 |
1 files 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 index 56fae74f77d8..a237222e450c 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}" |