summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
index 01442832b5cb..5506d98d64aa 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit kde5 python-any-r1
@@ -17,7 +17,8 @@ fi
LICENSE="LGPL-2.1"
IUSE=""
-RDEPEND="
+BDEPEND="${PYTHON_DEPS}"
+DEPEND="
$(add_qt_dep qtdbus)
dev-libs/dbus-glib
dev-libs/glib:2
@@ -27,6 +28,4 @@ RDEPEND="
net-libs/telepathy-qt[qt5(+)]
sys-apps/dbus
"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
+RDEPEND="${DEPEND}"