diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 10:06:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 10:25:10 +0200 |
commit | fb853b48ad294b460ee7399ce8e501254247606e (patch) | |
tree | aa9a88fe1adbab03526d79881c761ffbf87254fd /app-office/taskcoach | |
parent | app-misc/gnutu: Remove support for non-existent deps (diff) | |
download | gentoo-fb853b48ad294b460ee7399ce8e501254247606e.tar.gz gentoo-fb853b48ad294b460ee7399ce8e501254247606e.tar.bz2 gentoo-fb853b48ad294b460ee7399ce8e501254247606e.zip |
app-office/taskcoach: Remove support for non-existent deps
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/taskcoach-1.4.3-r1.ebuild | 11 |
1 files 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 09fb8d2f78a3..fc81b9f5eca0 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 |