dev-python/pynotifier: Support combined dev-python/twisted
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 17:47:22 +0000 (19:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 18:16:39 +0000 (20:16 +0200)
dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild [moved from dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild with 81% similarity]

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 005920f84a60d124cd5db4c61f69947a253fdd2b..54dbdb9aaf2a8f325b9b1159e1f07100a4dad953 100644 (file)
@@ -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}] )"