Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
Date: Thu, 02 Jun 2016 14:02:38
Message-Id: 1464876139.6c9122c1d12323063c7a2b3a52b221228c8c2576.johu@gentoo
1 commit: 6c9122c1d12323063c7a2b3a52b221228c8c2576
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 14:02:19 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 14:02:19 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c9122c1
7
8 net-libs/telepathy-qt: Sync with tree
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
16 index 9b88086..cdbb11a 100644
17 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
18 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
19 @@ -16,6 +16,8 @@ SLOT="0"
20 KEYWORDS=""
21 IUSE="debug farstream +qt4 qt5 test"
22
23 +REQUIRED_USE="|| ( qt4 qt5 )"
24 +
25 RDEPEND="
26 farstream? (
27 >=net-libs/telepathy-farstream-0.2.2
28 @@ -39,7 +41,7 @@ DEPEND="${RDEPEND}
29 virtual/pkgconfig
30 test? (
31 dev-libs/dbus-glib
32 - dev-libs/glib
33 + dev-libs/glib:2
34 dev-python/dbus-python
35 qt4? ( dev-qt/qttest:4 )
36 qt5? ( dev-qt/qttest:5 )