diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-04 00:21:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-04 00:21:53 +0100 |
commit | 80fcb2820da18ad6910874d2f9b174407fdec69c (patch) | |
tree | ed7bcd3256ba9aaced38cbf93f4c4ba6cea151ce /net-libs/telepathy-logger-qt | |
parent | app-cdr/isoimagewriter: EAPI-7 bump (diff) | |
download | gentoo-80fcb2820da18ad6910874d2f9b174407fdec69c.tar.gz gentoo-80fcb2820da18ad6910874d2f9b174407fdec69c.tar.bz2 gentoo-80fcb2820da18ad6910874d2f9b174407fdec69c.zip |
net-libs/telepathy-logger-qt: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r-- | net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 9 |
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}" |