[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2024-03-07 Thread Andreas Sturmlechner
commit: d8e111668a7898a6668d1a27a3b919e84a9a155f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  7 11:25:43 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  7 11:25:43 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8e11166

kde-apps/ktp-auth-handler: treeclean

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../ktp-auth-handler/ktp-auth-handler-.ebuild  | 42 --
 kde-apps/ktp-auth-handler/metadata.xml | 11 --
 2 files changed, 53 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
deleted file mode 100644
index 41d10473f3..00
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="https://community.kde.org/KTp;
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   >=app-crypt/qca-2.3.7:2[qt5(-)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   || (
-   kde-apps/kaccounts-integration:6[qt5]
-   kde-apps/kaccounts-integration:5
-   )
-   >=kde-apps/ktp-common-internals-${PVCUT}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=net-libs/accounts-qt-1.16_p20220803[qt5(-)]
-   >=net-libs/signond-8.61-r100[qt5(-)]
-   >=net-libs/telepathy-qt-0.9.8
-"
-RDEPEND="${DEPEND}
-   >=app-crypt/qca-2.3.0:2[ssl]
-"

diff --git a/kde-apps/ktp-auth-handler/metadata.xml 
b/kde-apps/ktp-auth-handler/metadata.xml
deleted file mode 100644
index d925f24397..00
--- a/kde-apps/ktp-auth-handler/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   
-



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2023-12-19 Thread Andreas Sturmlechner
commit: 091223cd7dbbb45518e867a675ad26eacaa376b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 21:43:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 21:43:22 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=091223cd

kde-apps/ktp-auth-handler: Accept kde-apps/kaccounts-integration:6[qt5]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index 051ddbb91d..55aa949947 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -22,7 +22,10 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-apps/kaccounts-integration-23.08.3:5
+   || (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+   )
>=kde-apps/ktp-common-internals-${PVCUT}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2023-12-18 Thread Andreas Sturmlechner
commit: e988ade4e81746dcb042e1f8c48b52e2370cc22a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:03:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:03:57 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e988ade4

kde-apps/ktp-auth-handler: Adjust deps to new qt5,qt6 IUSE additions

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index caf347aae1..051ddbb91d 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=app-crypt/qca-2.3.7:2[qt5(-)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
@@ -30,10 +30,10 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   net-libs/accounts-qt
-   net-libs/signond
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
+   >=net-libs/signond-8.61-r1[qt5(-)]
>=net-libs/telepathy-qt-0.9.8
 "
 RDEPEND="${DEPEND}
-   >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
+   >=app-crypt/qca-2.3.0:2[ssl]
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2018-02-22 Thread Andreas Sturmlechner
commit: d16c2327932c40d76e691ce1350754dd006d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 22 13:02:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 22 13:02:13 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d16c2327

kde-apps/ktp-auth-handler: Relax app-crypt/qca qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.49..ebuild | 2 +-
 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.49..ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.49..ebuild
index 5156366025..2d077e9519 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.49..ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.49..ebuild
@@ -25,7 +25,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
-   app-crypt/qca:2[qt5]
+   app-crypt/qca:2[qt5(+)]
net-libs/accounts-qt
net-libs/signond
net-libs/telepathy-qt[qt5(+)]

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index 5156366025..2d077e9519 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -25,7 +25,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
-   app-crypt/qca:2[qt5]
+   app-crypt/qca:2[qt5(+)]
net-libs/accounts-qt
net-libs/signond
net-libs/telepathy-qt[qt5(+)]



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/, kde-apps/ktp-auth-handler/files/

2017-06-17 Thread Andreas Sturmlechner
commit: 009e297ccfb3f64f61897de910a78d5cf787ccf5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 17 16:02:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 17 16:02:21 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=009e297c

kde-apps/ktp-auth-handler: Drop unused DEPEND

Upstream commit a0e41275bc8f20a6f000ab552ae5fb8fc82e9cff

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../ktp-auth-handler-17.04.2-no-qtwebkit.patch | 25 ++
 .../ktp-auth-handler-17.04.49..ebuild  |  9 
 .../ktp-auth-handler/ktp-auth-handler-.ebuild  |  7 ++
 3 files changed, 31 insertions(+), 10 deletions(-)

diff --git 
a/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch 
b/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch
new file mode 100644
index 00..0a3381edbe
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch
@@ -0,0 +1,25 @@
+From a0e41275bc8f20a6f000ab552ae5fb8fc82e9cff Mon Sep 17 00:00:00 2001
+From: Antonio Rojas 
+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

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.04.49..ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.04.49..ebuild
index b247f25948..5bb9542286 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.04.49..ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.04.49..ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
 KEYWORDS=""
 IUSE=""
 
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
@@ -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}/${PN}-17.04.2-no-qtwebkit.patch" )

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index b247f25948..118c0196a8 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
 KEYWORDS=""
 IUSE=""
 
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
@@ -30,9 +30,6 @@ 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]
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2016-04-22 Thread Johannes Huber
commit: de861c627c1d67bc1dcd75c4676ad0c818971ee8
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Apr 22 12:08:26 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Apr 22 12:08:26 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=de861c62

kde-apps/ktp-auth-handler: Update blocker

Package-Manager: portage-2.2.28

 kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.0.ebuild   | 2 +-
 kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.49..ebuild | 2 +-
 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.0.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.0.ebuild
index cdad036..252e8a6 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.0.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.0.ebuild
@@ -36,5 +36,5 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
app-crypt/qca:2[openssl]
-   !net-im/ktp-auth-handler
+   !kde-apps/ktp-auth-handler:4
 "

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.49..ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.49..ebuild
index f4e81f0..5a828cc 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.49..ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.49..ebuild
@@ -36,5 +36,5 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
app-crypt/qca:2[openssl]
-   !net-im/ktp-auth-handler
+   !kde-apps/ktp-auth-handler:4
 "

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index f4e81f0..5a828cc 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -36,5 +36,5 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
app-crypt/qca:2[openssl]
-   !net-im/ktp-auth-handler
+   !kde-apps/ktp-auth-handler:4
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2015-08-27 Thread Johannes Huber
commit: 2b105eb6930d31e7a7c3d1db61269914dee8d5ad
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug 27 23:36:40 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug 27 23:36:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b105eb6

kde-apps/ktp-auth-handler: Add slot for app-crypt/qca

Package-Manager: portage-2.2.20.1

 kde-apps/ktp-auth-handler/ktp-auth-handler-15.04.3.ebuild   | 4 ++--
 kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.0.ebuild   | 4 ++--
 kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.49..ebuild | 4 ++--
 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.04.3.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.04.3.ebuild
index cbbb3eb..7028c49 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.04.3.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.04.3.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kaccounts-integration)
$(add_kdeapps_dep ktp-common-internals)
-   app-crypt/qca[qt5]
+   app-crypt/qca:2[qt5]
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -36,6 +36,6 @@ DEPEND=
${COMMON_DEPEND}
 
 RDEPEND=${COMMON_DEPEND}
-   app-crypt/qca[openssl]
+   app-crypt/qca:2[openssl]
!net-im/ktp-auth-handler
 

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.0.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.0.ebuild
index cbbb3eb..7028c49 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.0.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.0.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kaccounts-integration)
$(add_kdeapps_dep ktp-common-internals)
-   app-crypt/qca[qt5]
+   app-crypt/qca:2[qt5]
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -36,6 +36,6 @@ DEPEND=
${COMMON_DEPEND}
 
 RDEPEND=${COMMON_DEPEND}
-   app-crypt/qca[openssl]
+   app-crypt/qca:2[openssl]
!net-im/ktp-auth-handler
 

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.49..ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.49..ebuild
index bc1b497..5f1ba76 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.49..ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-15.08.49..ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kaccounts-integration)
$(add_kdeapps_dep ktp-common-internals)
-   app-crypt/qca[qt5]
+   app-crypt/qca:2[qt5]
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -36,6 +36,6 @@ DEPEND=
${COMMON_DEPEND}
 
 RDEPEND=${COMMON_DEPEND}
-   app-crypt/qca[openssl]
+   app-crypt/qca:2[openssl]
!net-im/ktp-auth-handler
 

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index bc1b497..5f1ba76 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kaccounts-integration)
$(add_kdeapps_dep ktp-common-internals)
-   app-crypt/qca[qt5]
+   app-crypt/qca:2[qt5]
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -36,6 +36,6 @@ DEPEND=
${COMMON_DEPEND}
 
 RDEPEND=${COMMON_DEPEND}
-   app-crypt/qca[openssl]
+   app-crypt/qca:2[openssl]
!net-im/ktp-auth-handler
 



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2015-03-09 Thread Michael Palimaka
commit: 351e58fc875ab80ef5fc4b69927c0e8e9823790f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Mar  9 12:20:07 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Mar  9 12:20:07 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=351e58fc

[kde-apps/ktp-auth-handler] qca openssl plugin is required.

Package-Manager: portage-2.2.17

 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index 6a7c80f..6efadda 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -21,7 +21,7 @@ DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kaccounts-integration)
$(add_kdeapps_dep ktp-common-internals)
-   app-crypt/qca[qt5]
+   app-crypt/qca[openssl,qt5]
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5