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 478A915808B for ; Mon, 7 Feb 2022 20:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3CC2BC005; Mon, 7 Feb 2022 20:47:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 742072BC005 for ; Mon, 7 Feb 2022 20:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53378342DDA for ; Mon, 7 Feb 2022 20:47:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E288C1BD for ; Mon, 7 Feb 2022 20:47:06 +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: <1644266808.abc40f8969d58aaf1c13b074f6a819fbcc247ea9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild X-VCS-Directories: kde-frameworks/kglobalaccel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abc40f8969d58aaf1c13b074f6a819fbcc247ea9 X-VCS-Branch: master Date: Mon, 7 Feb 2022 20:47:06 +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: 6d999f31-b260-4d21-9e4b-eeed95671960 X-Archives-Hash: 88c2cf861a74fc3775bf6a74463970fa commit: abc40f8969d58aaf1c13b074f6a819fbcc247ea9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 7 20:18:54 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 7 20:46:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc40f89 kde-frameworks/kglobalaccel: Restrict tests Bug: https://bugs.gentoo.org/789342 Bug: https://bugs.gentoo.org/831587 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild index efec6ae19671..1c17f2e162f6 100644 --- a/kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild +++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.90.0.ebuild @@ -14,6 +14,9 @@ LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="nls" +# requires installed instance +RESTRICT="test" + DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5