app-office/taskcoach: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 08:06:53 +0000 (10:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 08:25:10 +0000 (10:25 +0200)
app-office/taskcoach/taskcoach-1.4.3-r1.ebuild

index 09fb8d2f78a3af733c4c104859451de605773b3e..fc81b9f5eca0cd7f6cf412b6a6f9bd4d07814900 100644 (file)
@@ -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