summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
index 184963905f4..6e7f7e5f8a3 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.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}"