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 3F91515ACFC for ; Thu, 4 May 2023 13:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA7AE0949; Thu, 4 May 2023 13:13:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6BCA7E0949 for ; Thu, 4 May 2023 13:13:18 +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 B2C07341237 for ; Thu, 4 May 2023 13:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063C5A61 for ; Thu, 4 May 2023 13:13:15 +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: <1683205980.aba7f4b4ff75e6a71dd4877bf8314924b7d2bbd0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcoro5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qcoro5/qcoro5-0.9.0.ebuild X-VCS-Directories: dev-libs/qcoro5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aba7f4b4ff75e6a71dd4877bf8314924b7d2bbd0 X-VCS-Branch: master Date: Thu, 4 May 2023 13:13:15 +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: 8227fdb4-646d-44f7-a877-edabc1974d62 X-Archives-Hash: 8168a2444a31e7d50baf68d9be50c0c6 commit: aba7f4b4ff75e6a71dd4877bf8314924b7d2bbd0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 4 13:12:23 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 4 13:13:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba7f4b4 dev-libs/qcoro5: tests require IUSE=testlib Closes: https://bugs.gentoo.org/905679 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/qcoro5/qcoro5-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild index a7b47852c238..58baa266fdaa 100644 --- a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild +++ b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" SLOT="0" IUSE="dbus examples +network qml test testlib websockets" +REQUIRED_USE="test? ( testlib )" RESTRICT="!test? ( test )" RDEPEND="