From 288b2b760300c1b4c302fba91c532c46e585a0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 27 Mar 2017 19:47:22 +0200 Subject: [PATCH] dev-python/pynotifier: Support combined dev-python/twisted --- ...otifier-0.7.0-r2.ebuild => pynotifier-0.7.0-r3.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename dev-python/pynotifier/{pynotifier-0.7.0-r2.ebuild => pynotifier-0.7.0-r3.ebuild} (81%) 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 005920f84a60d..54dbdb9aaf2a8 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}] )"