diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 16:06:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 16:13:15 +0000 |
commit | eb746a57ddf195f974d3219fe9420fd4792c4fea (patch) | |
tree | e9fb96fda1bda9473b9ab55ae2b720f5e29a5571 /app-crypt | |
parent | app-text/poppler: fix qt6 test deps (diff) | |
download | gentoo-eb746a57ddf195f974d3219fe9420fd4792c4fea.tar.gz gentoo-eb746a57ddf195f974d3219fe9420fd4792c4fea.tar.bz2 gentoo-eb746a57ddf195f974d3219fe9420fd4792c4fea.zip |
app-crypt/qca: 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 'app-crypt')
-rw-r--r-- | app-crypt/qca/qca-2.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-2.3.7.ebuild b/app-crypt/qca/qca-2.3.7.ebuild index 73f29af9717e..5f11be0213c7 100644 --- a/app-crypt/qca/qca-2.3.7.ebuild +++ b/app-crypt/qca/qca-2.3.7.ebuild @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} dev-qt/qtnetwork:5 dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[network,test] ) + qt6? ( dev-qt/qtbase:6[network] ) ) " BDEPEND=" |