summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild5
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
index de64bf4f44b..c0b18c77235 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
@@ -46,6 +46,11 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+CMAKE_SKIP_TESTS=(
+ # bug 816591
+ smbmountmodeltest
+)
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package usb USB1)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 3f2275f3da5..684c2e8a866 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -46,6 +46,11 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+CMAKE_SKIP_TESTS=(
+ # bug 816591
+ smbmountmodeltest
+)
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package usb USB1)