diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 01:05:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 01:05:26 +0000 |
commit | baccb1e5883ebc3e3754b452f10576afac33ed7f (patch) | |
tree | 1d2a5159e0117d131d55f78395e2d8786f4f1255 /net-p2p | |
parent | sys-apps/portage: fix indirect toolchain-funcs inherit (diff) | |
download | gentoo-baccb1e5883ebc3e3754b452f10576afac33ed7f.tar.gz gentoo-baccb1e5883ebc3e3754b452f10576afac33ed7f.tar.bz2 gentoo-baccb1e5883ebc3e3754b452f10576afac33ed7f.zip |
net-p2p/qbittorrent: tighten minimum dep versions; add missing OpenSSL dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild) | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild index a1dfe4a432e6..85869e0799fd 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild @@ -24,12 +24,13 @@ IUSE="+dbus +gui webui" REQUIRED_USE="dbus? ( gui )" RDEPEND=" - >=dev-libs/boost-1.62.0-r1:= + >=dev-libs/boost-1.65.0-r1:= + dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5 dev-qt/qtxml:5 - >=net-libs/libtorrent-rasterbar-1.2.12:= + >=net-libs/libtorrent-rasterbar-1.2.14:= sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) gui? ( diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index a1dfe4a432e6..85869e0799fd 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -24,12 +24,13 @@ IUSE="+dbus +gui webui" REQUIRED_USE="dbus? ( gui )" RDEPEND=" - >=dev-libs/boost-1.62.0-r1:= + >=dev-libs/boost-1.65.0-r1:= + dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5 dev-qt/qtxml:5 - >=net-libs/libtorrent-rasterbar-1.2.12:= + >=net-libs/libtorrent-rasterbar-1.2.14:= sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) gui? ( |