commit: 27253d2ba365bc10bec1867bbe1c9e5f015a9a91
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 12:33:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 12:34:35 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27253d2b
kde-frameworks/purpose: Fix IUSE kaccounts deps and cmake arg
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/purpose/purpose-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/purpose/purpose-9999.ebuild
b/kde-frameworks/purpose/purpose-9999.ebuild
index a46c0a18c7..c47c023f34 100644
--- a/kde-frameworks/purpose/purpose-9999.ebuild
+++ b/kde-frameworks/purpose/purpose-9999.ebuild
@@ -31,14 +31,14 @@ DEPEND="
=kde-frameworks/prison-${PVCUT}*:6
kaccounts? (
kde-apps/kaccounts-integration:6
- net-libs/accounts-qt
+ >=net-libs/accounts-qt-1.16-r1[qt6]
)
"
RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]
>=kde-frameworks/kdeclarative-${PVCUT}:6
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
- kaccounts? ( net-libs/accounts-qml )
+ kaccounts? ( >=net-libs/accounts-qml-0.7-r3[qt6] )
"
src_prepare() {
@@ -50,7 +50,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- $(cmake_use_find_package kaccounts KAccounts)
+ $(cmake_use_find_package kaccounts KAccounts6)
)
ecm_src_configure