Skip to content

Commit

Permalink
app-office/taskcoach: Add missing dependency (#554466)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
pacho2 committed Aug 17, 2016
1 parent b4079cb commit c0581fb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app-office/taskcoach/taskcoach-1.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# $Id$

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils versionator
Expand All @@ -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}"

Expand Down

0 comments on commit c0581fb

Please sign in to comment.