Skip to content

Commit

Permalink
dev-python/pynotifier: Support combined dev-python/twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Mar 27, 2017
1 parent 207a805 commit 288b2b7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -16,7 +16,11 @@ KEYWORDS="amd64 ppc x86"
IUSE="qt4 gtk"

DEPEND=""
RDEPEND="dev-python/twisted-core
RDEPEND="
|| (
dev-python/twisted[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )"

Expand Down

0 comments on commit 288b2b7

Please sign in to comment.