diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 16:12:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 16:13:17 +0000 |
commit | 063efa805af54490c15dfd860cce750d4a1fcac4 (patch) | |
tree | bb9d15e95aa30c3811c824464647bef85a888b94 /net-libs/libquotient | |
parent | kde-frameworks/breeze-icons-rcc: fix qt6 test deps (diff) | |
download | gentoo-063efa805af54490c15dfd860cce750d4a1fcac4.tar.gz gentoo-063efa805af54490c15dfd860cce750d4a1fcac4.tar.bz2 gentoo-063efa805af54490c15dfd860cce750d4a1fcac4.zip |
net-libs/libquotient: fix qt6 test deps
No need for USE=test for this, that's just for building qt's tests.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libquotient')
-rw-r--r-- | net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild index 59209f797cc7..07f949ccef78 100644 --- a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild +++ b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} dev-qt/qtconcurrent:5 dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[concurrent,test] ) + qt6? ( dev-qt/qtbase:6[concurrent] ) ) " |