diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:20 +0200 |
commit | 69e595d85b4d68de3d9ce75865bd6b18cf7ef425 (patch) | |
tree | 76d2da8d48829bdc116b9329ebd2f5dfaddacf3f /net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild | |
parent | net-p2p/ktorrent: remove stale boost lower bounds (diff) | |
download | gentoo-69e595d85b4d68de3d9ce75865bd6b18cf7ef425.tar.gz gentoo-69e595d85b4d68de3d9ce75865bd6b18cf7ef425.tar.bz2 gentoo-69e595d85b4d68de3d9ce75865bd6b18cf7ef425.zip |
net-p2p/qbittorrent: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild index dfd5b8a28da6..90ba6c0b58a6 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild @@ -24,7 +24,7 @@ IUSE="+dbus debug webui +X" REQUIRED_USE="dbus? ( X )" RDEPEND=" - >=dev-libs/boost-1.62.0-r1:= + dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtxml:5 |