commit: c87ec1fae7c12f23d14fbd752ce13c685665af09 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 12 21:57:15 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 12 22:12:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87ec1fa
kde-plasma/kinfocenter: Disable smbmountmodeltest for now... Bug: https://bugs.gentoo.org/816591 Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.23.4.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.23.4.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.23.4.ebuild index 8c0e917a1080..03607cdde4fd 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.23.4.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.23.4.ebuild @@ -77,6 +77,13 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + -E "smbmountmodeltest" + ) + ecm_src_test +} + src_install() { ecm_src_install
