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 EB192138350 for ; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11317E0AA3; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EB649E0AA3 for ; Thu, 26 Mar 2020 17:36:24 +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 0762834F8CE for ; Thu, 26 Mar 2020 17:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7C4119F for ; Thu, 26 Mar 2020 17:36:20 +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: <1585243755.3e357d3108cc7e5cc3e03b8426b8d2280c841b5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/taskcoach/taskcoach-1.4.6.ebuild X-VCS-Directories: app-office/taskcoach/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e357d3108cc7e5cc3e03b8426b8d2280c841b5f X-VCS-Branch: master Date: Thu, 26 Mar 2020 17:36:20 +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: 56acf9aa-01fd-4598-b1d0-6155c803b647 X-Archives-Hash: e61516cf4a02195d467c5451928d6013 commit: 3e357d3108cc7e5cc3e03b8426b8d2280c841b5f Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:29:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e357d31 app-office/taskcoach: Flatten twisted dep Signed-off-by: Michał Górny gentoo.org> app-office/taskcoach/taskcoach-1.4.6.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-office/taskcoach/taskcoach-1.4.6.ebuild b/app-office/taskcoach/taskcoach-1.4.6.ebuild index 10c54a3473b..25f50aec9ce 100644 --- a/app-office/taskcoach/taskcoach-1.4.6.ebuild +++ b/app-office/taskcoach/taskcoach-1.4.6.ebuild @@ -22,10 +22,7 @@ KEYWORDS="amd64 x86" DEPEND=" dev-python/wxpython:3.0[${PYTHON_USEDEP}] - || ( - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - >=dev-python/twisted-core-10.0[${PYTHON_USEDEP}] - ) + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] " RDEPEND="${DEPEND} x11-libs/libXScrnSaver