diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-08 10:22:09 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-12 15:58:32 -0800 |
commit | 4f1ca7e641d4441958bdf83b798e157a1ab4282e (patch) | |
tree | 6b04b9fc0034ebd3a58d93cc764dd17d0f530096 | |
parent | 398788db0e61daa292812702e5cf7a9cdead94b8 (diff) | |
download | gentoo-4f1ca7e641d4441958bdf83b798e157a1ab4282e.tar.gz gentoo-4f1ca7e641d4441958bdf83b798e157a1ab4282e.tar.xz |
app-office/taskcoach: Update to the new dev-python/twisted dep
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
-rw-r--r-- | app-office/taskcoach/taskcoach-1.4.3-r1.ebuild (renamed from app-office/taskcoach/taskcoach-1.4.3.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/taskcoach/taskcoach-1.4.3.ebuild b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild index 427fe1fb688..1f9ddca64ca 100644 --- a/app-office/taskcoach/taskcoach-1.4.3.ebuild +++ b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,10 @@ DEPEND=" >=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}] dev-python/wxpython:3.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 |