From: Michał Górny Date: Mon, 27 Mar 2017 17:47:22 +0000 (+0200) Subject: dev-python/pynotifier: Support combined dev-python/twisted X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=288b2b760300c1b4c302fba91c532c46e585a0df;p=gentoo.git dev-python/pynotifier: Support combined dev-python/twisted --- diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild similarity index 81% rename from dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild rename to dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild index 005920f84a60..54dbdb9aaf2a 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild @@ -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}] )"