diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-27 19:47:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-27 20:16:39 +0200 |
commit | 288b2b760300c1b4c302fba91c532c46e585a0df (patch) | |
tree | bb31e1889a3a0815ad539555da6dc54baec52d0e /dev-python/pynotifier | |
parent | net-libs/nghttp2: Bump to version 1.21.0 (diff) | |
download | gentoo-288b2b760300c1b4c302fba91c532c46e585a0df.tar.gz gentoo-288b2b760300c1b4c302fba91c532c46e585a0df.tar.bz2 gentoo-288b2b760300c1b4c302fba91c532c46e585a0df.zip |
dev-python/pynotifier: Support combined dev-python/twisted
Diffstat (limited to 'dev-python/pynotifier')
-rw-r--r-- | dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild (renamed from dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild b/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}] )" |