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 BE1B615808B for ; Mon, 7 Feb 2022 20:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BE12BC00C; Mon, 7 Feb 2022 20:19:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A9FE72BC00C for ; Mon, 7 Feb 2022 20:19:37 +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 BBF07342A59 for ; Mon, 7 Feb 2022 20:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587EE1BD for ; Mon, 7 Feb 2022 20:19:35 +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: <1644265141.967908f854d0cd55b28f20e013d361e8693e8157.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kglobalaccel/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild X-VCS-Directories: kde-frameworks/kglobalaccel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 967908f854d0cd55b28f20e013d361e8693e8157 X-VCS-Branch: master Date: Mon, 7 Feb 2022 20:19:35 +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: fd859cb3-6765-4236-b082-36dc5a29d8e2 X-Archives-Hash: 44272c9ec8f9272125aa65315f97c78c commit: 967908f854d0cd55b28f20e013d361e8693e8157 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 7 20:18:54 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 7 20:19:01 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=967908f8 kde-frameworks/kglobalaccel: Restrict tests Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild index 3861b67333..2f4aa41eef 100644 --- a/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild +++ b/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild @@ -14,6 +14,9 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="nls" +# requires installed instance +RESTRICT="test" + DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5