commit:     c0581fb6a057c8302874b59d46942135f0936a10
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 13:59:06 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 14:15:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0581fb6

app-office/taskcoach: Add missing dependency (#554466)

Package-Manager: portage-2.3.0

 app-office/taskcoach/taskcoach-1.4.3.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-office/taskcoach/taskcoach-1.4.3.ebuild 
b/app-office/taskcoach/taskcoach-1.4.3.ebuild
index 194fa66..002b868 100644
--- a/app-office/taskcoach/taskcoach-1.4.3.ebuild
+++ b/app-office/taskcoach/taskcoach-1.4.3.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=5
-
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils versionator
@@ -15,16 +14,22 @@ DESCRIPTION="Simple personal tasks and todo lists manager"
 HOMEPAGE="http://www.taskcoach.org https://pypi.python.org/pypi/TaskCoach";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 LICENSE="GPL-3"
+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="libnotify"
-DEPEND="|| (
+
+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-core-10.0
+"
 RDEPEND="${DEPEND}
-       libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )"
+       x11-libs/libXScrnSaver
+       libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
+"
 
 S="${WORKDIR}/${MY_P}"
 

Reply via email to