Skip to content

Commit

Permalink
kde-apps/krfb: Fix net-libs/telepathy-glib usedep on qt4
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
a17r committed Jul 5, 2017
1 parent 7de7699 commit 0600e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kde-apps/krfb/krfb-15.08.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 0600e7f

Please sign in to comment.