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 1BB8A15808B for ; Fri, 25 Feb 2022 03:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E2C8E0826; Fri, 25 Feb 2022 03:08:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C21CEE07D0 for ; Fri, 25 Feb 2022 03:08:56 +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 9B8B0342F14 for ; Fri, 25 Feb 2022 03:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC64D2EC for ; Fri, 25 Feb 2022 03:08:53 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1645757663.13a4854d88c451ca37aac7cdcaba4ecc5783796e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/gtkcord/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/gtkcord/gtkcord-0.1.0.ebuild X-VCS-Directories: net-im/gtkcord/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 13a4854d88c451ca37aac7cdcaba4ecc5783796e X-VCS-Branch: dev Date: Fri, 25 Feb 2022 03:08:53 +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: 6c9b187f-f238-453e-8659-b3cd9c688f1f X-Archives-Hash: ac223f1c2caea93b4d1733cfb1644dc7 commit: 13a4854d88c451ca37aac7cdcaba4ecc5783796e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Feb 25 02:54:10 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Feb 25 02:54:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13a4854d net-im/gtkcord: disable tests Closes: https://bugs.gentoo.org/833992 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/gtkcord/gtkcord-0.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/gtkcord/gtkcord-0.1.0.ebuild b/net-im/gtkcord/gtkcord-0.1.0.ebuild index 10e4b81bf..96733aefc 100644 --- a/net-im/gtkcord/gtkcord-0.1.0.ebuild +++ b/net-im/gtkcord/gtkcord-0.1.0.ebuild @@ -330,6 +330,9 @@ LICENSE="Apache-2.0 BSD BSD-2 GPL-3 ISC MIT MPL-2.0 WTFPL-2" SLOT="0" KEYWORDS="~amd64" +# https://bugs.gentoo.org/833992 +RESTRICT="test" + DEPEND=" dev-libs/glib:2 dev-libs/gobject-introspection