diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:29:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:35:56 +0100 |
commit | 4f874fcfbb524d174182c3d6f0ab845c84c00f9c (patch) | |
tree | 1d812393b67f4119579f16de75abfa39610334b8 /net-irc | |
parent | net-im/pyicq-t: Flatten twisted dep (diff) | |
download | gentoo-4f874fcfbb524d174182c3d6f0ab845c84c00f9c.tar.gz gentoo-4f874fcfbb524d174182c3d6f0ab845c84c00f9c.tar.bz2 gentoo-4f874fcfbb524d174182c3d6f0ab845c84c00f9c.zip |
net-irc/redirbot: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/redirbot/redirbot-0.0.5-r1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild index 614b3605678a..f65c44bb6c62 100644 --- a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild +++ b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,11 +18,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - || ( - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - ( >=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}] - dev-python/twisted-words[${PYTHON_USEDEP}] - ) - ) + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" |