commit: 1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 18:34:36 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 18:35:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ed9d4
kde-frameworks/kauth: Disable KAuthFdTest Bug: https://bugs.gentoo.org/938505 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/kauth/kauth-6.5.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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() {