summaryrefslogtreecommitdiff
path: root/kde-apps/umbrello/umbrello-20.12.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/umbrello/umbrello-20.12.3.ebuild')
-rw-r--r--kde-apps/umbrello/umbrello-20.12.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-apps/umbrello/umbrello-20.12.3.ebuild b/kde-apps/umbrello/umbrello-20.12.3.ebuild
index df705db6634e..358f8ac234aa 100644
--- a/kde-apps/umbrello/umbrello-20.12.3.ebuild
+++ b/kde-apps/umbrello/umbrello-20.12.3.ebuild
@@ -16,9 +16,11 @@ HOMEPAGE="https://apps.kde.org/en/umbrello https://umbrello.kde.org"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+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
)