commit: a6cee5cc7f6d1771237755f028c0ec97ea28dacf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 17:51:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:45:12 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a6cee5cc
kde-apps: Fix MissingUseDepDefault for net-libs/telepathy-qt[qt4]
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/krdc/krdc-4.14.3.ebuild | 2 +-
kde-apps/krfb/krfb-4.14.3.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/krdc/krdc-4.14.3.ebuild b/kde-apps/krdc/krdc-4.14.3.ebuild
index 1ba8b794..6203c8ec 100644
--- a/kde-apps/krdc/krdc-4.14.3.ebuild
+++ b/kde-apps/krdc/krdc-4.14.3.ebuild
@@ -15,7 +15,7 @@ IUSE="debug jpeg +rdp telepathy vnc zeroconf"
DEPEND="
jpeg? ( virtual/jpeg:0 )
- telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] )
+ telepathy? ( >=net-libs/telepathy-qt-0.9[qt4(-)] )
vnc? ( >=net-libs/libvncserver-0.9 )
zeroconf? ( net-dns/avahi )
"
diff --git a/kde-apps/krfb/krfb-4.14.3.ebuild b/kde-apps/krfb/krfb-4.14.3.ebuild
index c5186191..9dbea10e 100644
--- a/kde-apps/krfb/krfb-4.14.3.ebuild
+++ b/kde-apps/krfb/krfb-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ DEPEND="
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXtst
- telepathy? ( >=net-libs/telepathy-qt-0.9 )
+ telepathy? ( >=net-libs/telepathy-qt-0.9[qt4(-)] )
"
RDEPEND="${DEPEND}"