commit:     0600e7f6da39420ba8d4ad1975a2a476eb317ca2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 19:44:41 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:04:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0600e7f6

kde-apps/krfb: Fix net-libs/telepathy-glib usedep on qt4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/krfb/krfb-15.08.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/krfb/krfb-15.08.3.ebuild 
b/kde-apps/krfb/krfb-15.08.3.ebuild
index 2e6cdff6c0a..7d3410497f0 100644
--- a/kde-apps/krfb/krfb-15.08.3.ebuild
+++ b/kde-apps/krfb/krfb-15.08.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="VNC-compatible server to share KDE desktops"
+DESCRIPTION="VNC-compatible server to share Plasma desktops"
 HOMEPAGE="https://www.kde.org/applications/system/krfb/";
 SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
 
@@ -24,14 +24,14 @@ DEPEND="
                x11-libs/libXext
                x11-libs/libXtst
        )
-       telepathy? ( >=net-libs/telepathy-qt-0.9 )
+       telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_with telepathy TelepathyQt4)
                $(cmake-utils_use_with ktp KTp)
+               $(cmake-utils_use_with telepathy TelepathyQt4)
        )
 
        kde4-base_src_configure

Reply via email to