commit: 80fcb2820da18ad6910874d2f9b174407fdec69c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 23:21:53 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 23:21:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fcb282
net-libs/telepathy-logger-qt: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 9 ++++-----
1 file 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 01442832b5c..5506d98d64a 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}"