From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF664138239 for ; Sat, 9 Feb 2019 16:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BDEAE097A; Sat, 9 Feb 2019 16:54:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77B54E097A for ; Sat, 9 Feb 2019 16:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 978AE335D50 for ; Sat, 9 Feb 2019 16:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D942E522 for ; Sat, 9 Feb 2019 16:54:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549731231.aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-3.0.1-r1.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc X-VCS-Branch: master Date: Sat, 9 Feb 2019 16:54:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eeb4574d-77d8-4456-bf86-1167ead8b19a X-Archives-Hash: 5d62c26cbfd10a22ff7d378944cb657f commit: aa890cb7ecfb8129e93ae06dbcf5fea9cfbcfcfc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 9 16:52:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 9 16:53:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa890cb7 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 gentoo.org> www-client/falkon/falkon-3.0.1-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/falkon/falkon-3.0.1-r1.ebuild b/www-client/falkon/falkon-3.0.1-r1.ebuild index 4b69f313b76..4a748362680 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