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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8C3715800A for ; Tue, 25 Jul 2023 11:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 086A1E078A; Tue, 25 Jul 2023 11:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD817E078A for ; Tue, 25 Jul 2023 11:40:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08789340E25 for ; Tue, 25 Jul 2023 11:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736C7DC8 for ; Tue, 25 Jul 2023 11:40:52 +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: <1690285238.2b77f1d0f17c977ab3addb0051cb158ab306b6d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/bluez-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild X-VCS-Directories: kde-frameworks/bluez-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b77f1d0f17c977ab3addb0051cb158ab306b6d0 X-VCS-Branch: master Date: Tue, 25 Jul 2023 11:40:52 +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: 04d49dc3-fabc-4464-8d6f-8ed70c391028 X-Archives-Hash: c873cae4d14a1e1c312b40cc001b8350 commit: 2b77f1d0f17c977ab3addb0051cb158ab306b6d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 11:39:00 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 11:40:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b77f1d0 kde-frameworks/bluez-qt: Add back VIRTUALX_REQUIRED, otherwise hangs in tests. Bug: https://bugs.gentoo.org/910062 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild index 2fa073f1c4..194dbee4b7 100644 --- a/kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild +++ b/kde-frameworks/bluez-qt/bluez-qt-5.9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 QTMIN=5.15.9 +VIRTUALX_REQUIRED="test" # bug 910062 (tests hang) inherit ecm frameworks.kde.org udev DESCRIPTION="Qt wrapper for Bluez 5 DBus API"