commit:     8881f305b2c047e7723db0d2207211ed885cd75d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 16:55:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 16:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8881f305

dev-libs/qcoro5: Fix build w/ IUSE examples

Bug: https://bugs.gentoo.org/914058
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/qcoro5/qcoro5-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/qcoro5/qcoro5-9999.ebuild 
b/dev-libs/qcoro5/qcoro5-9999.ebuild
index 58baa266fd..2a91bf4d4a 100644
--- a/dev-libs/qcoro5/qcoro5-9999.ebuild
+++ b/dev-libs/qcoro5/qcoro5-9999.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="

Reply via email to