diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 17:52:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 17:53:51 +0100 |
commit | aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc (patch) | |
tree | a3dd1efc8f695c122210be07c2986ba30cba6ede /www-client/falkon | |
parent | sys-devel/gcc: cut 1.2 patchset for 7.4.0 (diff) | |
download | gentoo-aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc.tar.gz gentoo-aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc.tar.bz2 gentoo-aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc.zip |
www-client/falkon: Tests don't work for everyone.
Bug: https://bugs.gentoo.org/653046
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client/falkon')
-rw-r--r-- | www-client/falkon/falkon-3.0.1-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/falkon/falkon-3.0.1-r1.ebuild b/www-client/falkon/falkon-3.0.1-r1.ebuild index 4b69f313b769..4a7483626802 100644 --- a/www-client/falkon/falkon-3.0.1-r1.ebuild +++ b/www-client/falkon/falkon-3.0.1-r1.ebuild @@ -59,6 +59,9 @@ PATCHES=( "${FILESDIR}/${P}-webinspector.patch" ) +# bug 653046 +RESTRICT+=" test" + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PySide2=ON |