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 273B915ACFB for ; Sun, 23 Apr 2023 18:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53253E0937; Sun, 23 Apr 2023 18:00:16 +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 344B2E0937 for ; Sun, 23 Apr 2023 18:00:16 +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 2581C33BEED for ; Sun, 23 Apr 2023 18:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BD148DF for ; Sun, 23 Apr 2023 18:00:13 +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: <1682272747.c23bdc5edf99082966afa52743739dfabe7c45d6.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.8.0.ebuild X-VCS-Directories: dev-libs/qcoro5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c23bdc5edf99082966afa52743739dfabe7c45d6 X-VCS-Branch: master Date: Sun, 23 Apr 2023 18:00:13 +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: 93291eba-7634-4d76-bb32-def9760878e5 X-Archives-Hash: 2133be9b3d34bffbf1ecdef8c3595ae2 commit: c23bdc5edf99082966afa52743739dfabe7c45d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 23 17:54:33 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 23 17:59:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23bdc5e dev-libs/qcoro5: Add missing IUSE examples DEPEND Closes: https://bugs.gentoo.org/904884 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/qcoro5/qcoro5-0.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/qcoro5/qcoro5-0.8.0.ebuild b/dev-libs/qcoro5/qcoro5-0.8.0.ebuild index a2483ad86a89..0b49a9d65120 100644 --- a/dev-libs/qcoro5/qcoro5-0.8.0.ebuild +++ b/dev-libs/qcoro5/qcoro5-0.8.0.ebuild @@ -33,6 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} examples? ( dev-qt/qtconcurrent:5 + dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) test? (