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 BD1A815800A for ; Tue, 25 Jul 2023 19:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D3A6E083E; Tue, 25 Jul 2023 19:26:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E63BAE083E for ; Tue, 25 Jul 2023 19:26:33 +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 0947A34154E for ; Tue, 25 Jul 2023 19:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7605FDC0 for ; Tue, 25 Jul 2023 19:26:31 +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: <1690313177.c8771d59c14309d828ee69285ebf670f1fc5b9f1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kirigami-addons/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kirigami-addons/kirigami-addons-9999.ebuild X-VCS-Directories: dev-libs/kirigami-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8771d59c14309d828ee69285ebf670f1fc5b9f1 X-VCS-Branch: master Date: Tue, 25 Jul 2023 19:26:31 +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: 94448f1f-e93f-4e9f-9a5a-583b803c612d X-Archives-Hash: 4a7ac45cac66b8f88722d2858b984c81 commit: c8771d59c14309d828ee69285ebf670f1fc5b9f1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 19:24:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 19:26:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8771d59 dev-libs/kirigami-addons: Disable tests Bug: https://bugs.gentoo.org/911186 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kirigami-addons/kirigami-addons-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild b/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild index 3afa354f71..5962a913f9 100644 --- a/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild +++ b/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild @@ -21,6 +21,10 @@ LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) LGPL-2.1+" SLOT="5" IUSE="" +# would profit from VIRTUALX_REQUIRED=test, but then still requires +# org.qt-project.qt.mediaplayer service and fails, bug 911186 +RESTRICT="test" + COMMON_DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5