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-qt/
Date: Wed, 12 Dec 2018 14:06:12
Message-Id: 1544623555.7a9a46b26b60c8b2afb41326feaf511d4cbbd409.asturm@gentoo
1 commit: 7a9a46b26b60c8b2afb41326feaf511d4cbbd409
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 01:17:58 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 14:05:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9a46b2
7
8 net-libs/telepathy-qt: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild
17 index 97dc81e956d..39c1c5cd6cc 100644
18 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild
19 +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Foundation
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 python-any-r1 cmake-utils
29 @@ -26,7 +26,8 @@ RDEPEND="
30 >=net-libs/telepathy-glib-0.18.0
31 )
32 "
33 -DEPEND="${RDEPEND}
34 +DEPEND="${RDEPEND}"
35 +BDEPEND="
36 ${PYTHON_DEPS}
37 virtual/pkgconfig
38 "