Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/
Date: Sun, 26 Aug 2018 08:25:28
Message-Id: 1535271910.fb853b48ad294b460ee7399ce8e501254247606e.mgorny@gentoo
1 commit: fb853b48ad294b460ee7399ce8e501254247606e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 08:06:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:25:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb853b48
7
8 app-office/taskcoach: Remove support for non-existent deps
9
10 app-office/taskcoach/taskcoach-1.4.3-r1.ebuild | 11 ++++-------
11 1 file changed, 4 insertions(+), 7 deletions(-)
12
13 diff --git a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
14 index 09fb8d2f78a..fc81b9f5eca 100644
15 --- a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
16 +++ b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -19,14 +19,11 @@ KEYWORDS="amd64 x86"
24 IUSE="libnotify"
25
26 DEPEND="
27 + dev-python/wxpython:3.0[${PYTHON_USEDEP}]
28 || (
29 - >=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}]
30 - dev-python/wxpython:3.0[${PYTHON_USEDEP}]
31 + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
32 + >=dev-python/twisted-core-10.0
33 )
34 - || (
35 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
36 - >=dev-python/twisted-core-10.0
37 - )
38 "
39 RDEPEND="${DEPEND}
40 x11-libs/libXScrnSaver