Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
Date: Sun, 03 Mar 2019 23:22:14
Message-Id: 1551655313.80fcb2820da18ad6910874d2f9b174407fdec69c.asturm@gentoo
1 commit: 80fcb2820da18ad6910874d2f9b174407fdec69c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 23:21:53 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 23:21:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fcb282
7
8 net-libs/telepathy-logger-qt: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 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
17 index 01442832b5c..5506d98d64a 100644
18 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
19 +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python2_7 )
28 inherit kde5 python-any-r1
29 @@ -17,7 +17,8 @@ fi
30 LICENSE="LGPL-2.1"
31 IUSE=""
32
33 -RDEPEND="
34 +BDEPEND="${PYTHON_DEPS}"
35 +DEPEND="
36 $(add_qt_dep qtdbus)
37 dev-libs/dbus-glib
38 dev-libs/glib:2
39 @@ -27,6 +28,4 @@ RDEPEND="
40 net-libs/telepathy-qt[qt5(+)]
41 sys-apps/dbus
42 "
43 -DEPEND="${RDEPEND}
44 - ${PYTHON_DEPS}
45 -"
46 +RDEPEND="${DEPEND}"