summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 17:49:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 17:49:45 +0200
commitf0275cbacc480318d2badbab7ae3cd3e002b2514 (patch)
treee4345b47a241f63d4dd0f7fa49351111facb5432
parentkde-apps/kaccounts-providers: Drop 20.12.3 (r0) (diff)
downloadgentoo-f0275cbacc480318d2badbab7ae3cd3e002b2514.tar.gz
gentoo-f0275cbacc480318d2badbab7ae3cd3e002b2514.tar.bz2
gentoo-f0275cbacc480318d2badbab7ae3cd3e002b2514.zip
kde-apps/umbrello: Restrict tests for 20.12.3
Bug: https://bugs.gentoo.org/774219 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-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
)