commit: 53a8f300c368ac43346862afae31382dfa802c40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:36:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a8f300
net-voip/telepathy-haze: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
index 124ede37e15..3a90c52fe39 100644
--- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
+++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -30,10 +30,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? (
dev-python/pygobject:2
- || (
- $(python_gen_any_dep
'dev-python/twisted[${PYTHON_USEDEP}]')
- $(python_gen_any_dep
'dev-python/twisted-words[${PYTHON_USEDEP}]')
- )
+ $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
"
@@ -48,8 +45,7 @@ PATCHES=(
python_check_deps() {
if use test ; then
- has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
- || has_version
"dev-python/twisted-words[${PYTHON_USEDEP}]"
+ has_version "dev-python/twisted[${PYTHON_USEDEP}]"
fi
}