aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-19 18:55:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-19 18:55:45 +0200
commit8881f305b2c047e7723db0d2207211ed885cd75d (patch)
treedc0fffa2d999333a3b233f7a37f1a53dd01479e4
parentkde-frameworks/kdeclarative: Add missing dependency (diff)
downloadkde-8881f305b2c047e7723db0d2207211ed885cd75d.tar.gz
kde-8881f305b2c047e7723db0d2207211ed885cd75d.tar.bz2
kde-8881f305b2c047e7723db0d2207211ed885cd75d.zip
dev-libs/qcoro5: Fix build w/ IUSE examples
Bug: https://bugs.gentoo.org/914058 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/qcoro5/qcoro5-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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="