summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-21 16:20:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-21 16:21:55 +0100
commit118d6d298e9b7872f7f4b833a1030f6cf4a25c5d (patch)
treea582a3b9a2860363fd45ca38c79a91c1d7b1bb3a /kde-frameworks
parentdev-python/pytest-httpx: Bump to 0.28.0 (diff)
downloadgentoo-118d6d298e9b7872f7f4b833a1030f6cf4a25c5d.tar.gz
gentoo-118d6d298e9b7872f7f4b833a1030f6cf4a25c5d.tar.bz2
gentoo-118d6d298e9b7872f7f4b833a1030f6cf4a25c5d.zip
kde-frameworks/purpose: Fix cmake arg
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/purpose/purpose-5.247.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/purpose/purpose-5.247.0.ebuild b/kde-frameworks/purpose/purpose-5.247.0.ebuild
index 138c7c5198dd..585ae16503e7 100644
--- a/kde-frameworks/purpose/purpose-5.247.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.247.0.ebuild
@@ -45,7 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=$(usex kaccounts)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=ON
)
ecm_src_configure