mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pynotifier: Support combined dev-python/twisted
This commit is contained in:
@@ -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
|
||||
@@ -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}] )"
|
||||
|
||||
Reference in New Issue
Block a user