summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/umbrello/umbrello-20.12.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-apps/umbrello/umbrello-20.12.3.ebuild b/kde-apps/umbrello/umbrello-20.12.3.ebuild
index df705db6634e..dc345e3ef2db 100644
--- a/kde-apps/umbrello/umbrello-20.12.3.ebuild
+++ b/kde-apps/umbrello/umbrello-20.12.3.ebuild
@@ -19,6 +19,8 @@ SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="php"
+RESTRICT+=" test"
+
RDEPEND="
dev-libs/libxml2
dev-libs/libxslt
@@ -52,7 +54,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
PATCHES=(
- "${FILESDIR}"/${PN}-20.08.3-no-qtwebkit.patch
+ "${FILESDIR}"/${PN}-20.08.3-no-qtwebkit.patch # TODO: fix tests, bug #774219
"${FILESDIR}"/${PN}-20.08.3-gentoo-docbundledir.patch # fix hardcoded path
)