diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-28 20:34:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-28 20:35:09 +0200 |
commit | 1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3 (patch) | |
tree | eb9a3d9b7e2a26bcfc73218a1abcdcaf4741681f /kde-frameworks/kauth | |
parent | kde-frameworks/kuserfeedback: Update upstream metadata (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |