From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76995139694 for ; Wed, 5 Jul 2017 20:06:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C436E2340AC; Wed, 5 Jul 2017 20:06:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A16292340AC for ; Wed, 5 Jul 2017 20:06:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B754C341791 for ; Wed, 5 Jul 2017 20:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2828A73E2 for ; Wed, 5 Jul 2017 20:06:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1499285049.0600e7f6da39420ba8d4ad1975a2a476eb317ca2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/krfb/krfb-15.08.3.ebuild X-VCS-Directories: kde-apps/krfb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0600e7f6da39420ba8d4ad1975a2a476eb317ca2 X-VCS-Branch: master Date: Wed, 5 Jul 2017 20:06:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2446effe-c522-4ee6-af61-fdffcb2bb65c X-Archives-Hash: 1737d25f69f98cb1fb79716d8f5ca09b commit: 0600e7f6da39420ba8d4ad1975a2a476eb317ca2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 5 19:44:41 2017 +0000 Commit: Andreas Sturmlechner gentoo 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