summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-28 20:34:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-28 20:35:09 +0200
commit1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3 (patch)
treeeb9a3d9b7e2a26bcfc73218a1abcdcaf4741681f /kde-frameworks/kauth
parentkde-frameworks/kuserfeedback: Update upstream metadata (diff)
downloadgentoo-1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3.tar.gz
gentoo-1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3.tar.bz2
gentoo-1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3.zip
kde-frameworks/kauth: Disable KAuthFdTest
Bug: https://bugs.gentoo.org/938505 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/kauth-6.5.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-6.5.0.ebuild b/kde-frameworks/kauth/kauth-6.5.0.ebuild
index f8c77b5ddc13..691bab79f972 100644
--- a/kde-frameworks/kauth/kauth-6.5.0.ebuild
+++ b/kde-frameworks/kauth/kauth-6.5.0.ebuild
@@ -31,6 +31,8 @@ PDEPEND="policykit? ( kde-plasma/polkit-kde-agent:* )"
CMAKE_SKIP_TESTS=(
# KAuthHelperTest test fails, bug 654842
KAuthHelperTest
+ # bug 938505
+ KAuthFdTest
)
src_configure() {