diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 16:43:09 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 17:17:12 +0200 |
| commit | 217acf163406e358a7ffdc8bf4942618b01ca2fd (patch) | |
| tree | 10e9469c6b78e66853cfc01223787dad9e3a46b3 | |
| parent | 1516747dd51eb4ecf5cdc32449829b24e28ae654 (diff) | |
| download | kde-217acf163406e358a7ffdc8bf4942618b01ca2fd.tar.gz kde-217acf163406e358a7ffdc8bf4942618b01ca2fd.tar.bz2 kde-217acf163406e358a7ffdc8bf4942618b01ca2fd.zip | |
kde-apps/ktp-auth-handler: Add app-crypt/qca[qt5(+)] USEdep
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
3 files changed, 6 insertions, 6 deletions
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.2.ebuild index 3814992a0ad..a7715add64e 100644 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.2.ebuild +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv ~x86" IUSE="" DEPEND=" - >=app-crypt/qca-2.3.0:2 + >=app-crypt/qca-2.3.0:2[qt5(+)] >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -35,5 +35,5 @@ DEPEND=" >=net-libs/telepathy-qt-0.9.8 " RDEPEND="${DEPEND} - >=app-crypt/qca-2.3.0:2[ssl] + >=app-crypt/qca-2.3.0:2[qt5(+),ssl] " diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.49.9999.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.49.9999.ebuild index 97d0ea2a1de..252cd8b6fc2 100644 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.49.9999.ebuild +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.49.9999.ebuild @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="" DEPEND=" - >=app-crypt/qca-2.3.0:2 + >=app-crypt/qca-2.3.0:2[qt5(+)] >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -35,5 +35,5 @@ DEPEND=" >=net-libs/telepathy-qt-0.9.8 " RDEPEND="${DEPEND} - >=app-crypt/qca-2.3.0:2[ssl] + >=app-crypt/qca-2.3.0:2[qt5(+),ssl] " diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild index 763d52192bd..8ce6c3de64e 100644 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="" DEPEND=" - >=app-crypt/qca-2.3.0:2 + >=app-crypt/qca-2.3.0:2[qt5(+)] >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -35,5 +35,5 @@ DEPEND=" >=net-libs/telepathy-qt-0.9.8 " RDEPEND="${DEPEND} - >=app-crypt/qca-2.3.0:2[ssl] + >=app-crypt/qca-2.3.0:2[qt5(+),ssl] " |
