Skip to content

Commit

Permalink
kde-apps/ktp-auth-handler: Drop unused DEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
a17r committed Jun 17, 2017
1 parent cf7037d commit dfca746
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From a0e41275bc8f20a6f000ab552ae5fb8fc82e9cff Mon Sep 17 00:00:00 2001
From: Antonio Rojas <[email protected]>
Date: Sat, 17 Jun 2017 11:40:43 +0200
Subject: Remove unused dependency

Differential Revision: https://phabricator.kde.org/D6244
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8870f1..3a192e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ find_package(Qt5 5.3 CONFIG REQUIRED COMPONENTS DBus Gui Core Network) #Network
find_package(ECM 0.0.11 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

-find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO WebKit)
+find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO)

cmake_policy(SET CMP0002 OLD)

--
cgit v0.11.2
9 changes: 4 additions & 5 deletions kde-apps/ktp-auth-handler/ktp-auth-handler-17.04.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE=""

COMMON_DEPEND="
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
Expand All @@ -30,9 +30,8 @@ COMMON_DEPEND="
net-libs/signond
net-libs/telepathy-qt[qt5]
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdewebkit)
"
RDEPEND="${COMMON_DEPEND}
RDEPEND="${DEPEND}
app-crypt/qca:2[ssl]
"

PATCHES=( "${FILESDIR}/${P}-no-qtwebkit.patch" )

0 comments on commit dfca746

Please sign in to comment.