diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 16:11:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 16:13:16 +0000 |
commit | 32d79c42c35719fbd91d0bd52c314dbf7b22bdb8 (patch) | |
tree | baa0781eaafc2b6c3e8b89e3e19330aaa9f88672 /net-p2p | |
parent | app-crypt/qca: fix qt6 test deps (diff) | |
download | gentoo-32d79c42c35719fbd91d0bd52c314dbf7b22bdb8.tar.gz gentoo-32d79c42c35719fbd91d0bd52c314dbf7b22bdb8.tar.bz2 gentoo-32d79c42c35719fbd91d0bd52c314dbf7b22bdb8.zip |
net-p2p/qbittorrent: 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-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.6.0.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.6.1.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild index 9ff0a380b472..6edff7232960 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild @@ -55,7 +55,6 @@ DEPEND=" dev-libs/boost test? ( !qt6? ( dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[test] ) )" BDEPEND=" !qt6? ( dev-qt/linguist-tools:5 ) diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.0.ebuild b/net-p2p/qbittorrent/qbittorrent-4.6.0.ebuild index 74b27dad415f..382f720eb51c 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.6.0.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.6.0.ebuild @@ -53,7 +53,6 @@ DEPEND=" dev-libs/boost test? ( !qt6? ( dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[test] ) )" BDEPEND=" !qt6? ( dev-qt/linguist-tools:5 ) diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.6.1.ebuild index af2d2004687f..f8129fff3348 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.6.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.6.1.ebuild @@ -53,7 +53,6 @@ DEPEND=" dev-libs/boost test? ( !qt6? ( dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[test] ) )" BDEPEND=" !qt6? ( dev-qt/linguist-tools:5 ) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 9ff0a380b472..6edff7232960 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -55,7 +55,6 @@ DEPEND=" dev-libs/boost test? ( !qt6? ( dev-qt/qttest:5 ) - qt6? ( dev-qt/qtbase:6[test] ) )" BDEPEND=" !qt6? ( dev-qt/linguist-tools:5 ) |