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 B3BE915800A for ; Tue, 25 Jul 2023 11:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EECFFE07E1; Tue, 25 Jul 2023 11:40:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0AD9E07E1 for ; Tue, 25 Jul 2023 11:40:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 749F933BEB2 for ; Tue, 25 Jul 2023 11:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA533DC6 for ; Tue, 25 Jul 2023 11:40:07 +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: <1690285140.eec11777d2adccdcadca50510144021e7bb5ce21.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-5.108.0.ebuild X-VCS-Directories: kde-frameworks/bluez-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eec11777d2adccdcadca50510144021e7bb5ce21 X-VCS-Branch: master Date: Tue, 25 Jul 2023 11:40:07 +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: cab722e9-11ac-4eb9-9ad1-e22e769380b4 X-Archives-Hash: 76c81140c14dd5c85fdca2d59ba6e05e commit: eec11777d2adccdcadca50510144021e7bb5ce21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 11:39:00 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 11:39:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec11777 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.108.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.108.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.108.0.ebuild index 246b3962c93f..ed53878c8d71 100644 --- a/kde-frameworks/bluez-qt/bluez-qt-5.108.0.ebuild +++ b/kde-frameworks/bluez-qt/bluez-qt-5.108.0.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"