summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/taskcoach/taskcoach-1.4.3.ebuild13
1 files 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 194fa66e24f7..002b86868ecf 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}"