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 2941F158089 for ; Tue, 19 Sep 2023 16:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 735CC2BC014; Tue, 19 Sep 2023 16:57:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEF8D2BC014 for ; Tue, 19 Sep 2023 16:57:13 +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 C7856335CD6 for ; Tue, 19 Sep 2023 16:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 763E610ED for ; Tue, 19 Sep 2023 16:57:11 +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: <1695142616.7327976c88512816c8a42a96c6fda5df5ad210ee.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: 7327976c88512816c8a42a96c6fda5df5ad210ee X-VCS-Branch: master Date: Tue, 19 Sep 2023 16:57:11 +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: b57d666a-3318-40ad-a570-0e4070222375 X-Archives-Hash: 4dfce27a66be5f280070c74a8e184899 commit: 7327976c88512816c8a42a96c6fda5df5ad210ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 19 16:55:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 19 16:56:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7327976c dev-libs/qcoro5: Fix build w/ IUSE examples Bug: https://bugs.gentoo.org/914058 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/qcoro5/qcoro5-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild index 2da10697ab15..a3e42286cb49 100644 --- a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild +++ b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" SLOT="0" IUSE="dbus examples +network qml test testlib websockets" -REQUIRED_USE="test? ( testlib )" +REQUIRED_USE="examples? ( network ) test? ( testlib )" RESTRICT="!test? ( test )" RDEPEND="