Skip to content

Commit

Permalink
kde-apps/akonadi: Fix IUSE kaccounts deps and cmake arg
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 19, 2023
1 parent 27253d2 commit 06244f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kde-apps/akonadi/akonadi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COMMON_DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:6
kaccounts? (
>=kde-apps/kaccounts-integration-20.08.3:6
>=net-libs/accounts-qt-1.16
>=net-libs/accounts-qt-1.16-r1[qt6]
)
xml? ( dev-libs/libxml2 )
"
Expand Down Expand Up @@ -73,7 +73,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package kaccounts AccountsQt6)
$(cmake_use_find_package kaccounts KAccounts)
$(cmake_use_find_package kaccounts KAccounts6)
-DBUILD_TOOLS=$(usex tools)
$(cmake_use_find_package xml LibXml2)
)
Expand Down

0 comments on commit 06244f9

Please sign in to comment.