commit: fb853b48ad294b460ee7399ce8e501254247606e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 08:06:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:25:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb853b48
app-office/taskcoach: Remove support for non-existent deps
app-office/taskcoach/taskcoach-1.4.3-r1.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
index 09fb8d2f78a..fc81b9f5eca 100644
--- a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
+++ b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,14 +19,11 @@ KEYWORDS="amd64 x86"
IUSE="libnotify"
DEPEND="
+ dev-python/wxpython:3.0[${PYTHON_USEDEP}]
|| (
- >=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}]
- dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-10.0
)
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-core-10.0
- )
"
RDEPEND="${DEPEND}
x11-libs/libXScrnSaver