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 220C713835C for ; Tue, 27 Apr 2021 23:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD85E0882; Tue, 27 Apr 2021 23:24:25 +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 58A16E0882 for ; Tue, 27 Apr 2021 23:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EFC9E3410D0 for ; Tue, 27 Apr 2021 23:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25A2C73D for ; Tue, 27 Apr 2021 23:24:20 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619527454.7234620435a4fdeb6ae9c6019bf8ab540f9d8c45.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: kde-misc/kio-gemini/ X-VCS-Repository: repo/proj/guru X-VCS-Files: kde-misc/kio-gemini/kio-gemini-20210413.ebuild X-VCS-Directories: kde-misc/kio-gemini/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 7234620435a4fdeb6ae9c6019bf8ab540f9d8c45 X-VCS-Branch: master Date: Tue, 27 Apr 2021 23:24:20 +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: a373a0fe-02d9-4da6-960d-3daa79fd97eb X-Archives-Hash: 8f122e26bedac881ecf948b32cc95be2 commit: 7234620435a4fdeb6ae9c6019bf8ab540f9d8c45 Author: Anna Vyalkova sysrq in> AuthorDate: Tue Apr 27 11:47:59 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Apr 27 12:44:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72346204 kde-misc/kio-gemini: fix failing tests Closes: https://bugs.gentoo.org/784389 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Anna Vyalkova sysrq.in> kde-misc/kio-gemini/kio-gemini-20210413.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild b/kde-misc/kio-gemini/kio-gemini-20210413.ebuild index fd1f9d4fe..a4ca71408 100644 --- a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild +++ b/kde-misc/kio-gemini/kio-gemini-20210413.ebuild @@ -24,3 +24,8 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 " RDEPEND="${DEPEND}" + +src_test() { + export QT_QPA_PLATFORM=offscreen + ecm_src_test +}