From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BB83138350 for ; Thu, 26 Mar 2020 17:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05FFCE0ABA; Thu, 26 Mar 2020 17:36:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E33E4E0ABA for ; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB5734FA17 for ; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EBD91AF for ; Thu, 26 Mar 2020 17:36:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585244156.4f874fcfbb524d174182c3d6f0ab845c84c00f9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/redirbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/redirbot/redirbot-0.0.5-r1.ebuild X-VCS-Directories: net-irc/redirbot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f874fcfbb524d174182c3d6f0ab845c84c00f9c X-VCS-Branch: master Date: Thu, 26 Mar 2020 17:36:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8bc4b43e-c5dd-452f-a039-c76978345299 X-Archives-Hash: 52268237dd61d3bc93c8363bc1a2cdfb commit: 4f874fcfbb524d174182c3d6f0ab845c84c00f9c Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:35:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f874fcf net-irc/redirbot: Flatten twisted dep Signed-off-by: Michał Górny gentoo.org> net-irc/redirbot/redirbot-0.0.5-r1.ebuild | 9 ++------- 1 file 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 614b3605678..f65c44bb6c6 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}"