From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1683914-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6CF4A158042
	for <garchives@archives.gentoo.org>; Sat, 26 Oct 2024 23:42:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8BAE5E087B;
	Sat, 26 Oct 2024 23:42:48 +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 73232E087B
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Oct 2024 23:42:47 +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 C8D5B343119
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Oct 2024 23:42:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 36DADF32
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Oct 2024 23:42:45 +0000 (UTC)
From: "Nicolas PARLANT" <ppn@parhuet.fr>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas PARLANT" <ppn@parhuet.fr>
Message-ID: <1729986148.24db7d8b50648b3367cfe727b69dab0ee2f788e6.ppn@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lua/cqueues/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-lua/cqueues/cqueues-20200726.ebuild
X-VCS-Directories: dev-lua/cqueues/
X-VCS-Committer: ppn
X-VCS-Committer-Name: Nicolas PARLANT
X-VCS-Revision: 24db7d8b50648b3367cfe727b69dab0ee2f788e6
X-VCS-Branch: dev
Date: Sat, 26 Oct 2024 23:42:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 48438164-3ae7-4dac-b33f-0137cb6b22fd
X-Archives-Hash: c116ab9c9d80a7b65097a83675995a47

commit:     24db7d8b50648b3367cfe727b69dab0ee2f788e6
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sat Oct 26 23:36:25 2024 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Sat Oct 26 23:42:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24db7d8b

dev-lua/cqueues: restrict test

tests with starttls are buggy

Closes: https://bugs.gentoo.org/942105
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 dev-lua/cqueues/cqueues-20200726.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-lua/cqueues/cqueues-20200726.ebuild b/dev-lua/cqueues/cqueues-20200726.ebuild
index 10ab77edf..5bce52a20 100644
--- a/dev-lua/cqueues/cqueues-20200726.ebuild
+++ b/dev-lua/cqueues/cqueues-20200726.ebuild
@@ -20,6 +20,10 @@ KEYWORDS="~amd64"
 IUSE="examples"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+# tests with starttls are buggy
+RESTRICT="test"
+
 DEPEND="
 	${LUA_DEPS}
 	dev-libs/openssl:0=