From d0960f4edd106f111e191986f9fc1ed4d76349ff Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 21 Jan 2024 15:38:24 -0500 Subject: net-p2p/qbittorrent: remove geoip dependency It was silently removed from 4.6.x as part of a bump. Really, it could be removed since a long time ago. Upstream dropped the use of a system geoip database waaaaaaaaaaaaaaaay back when, in: https://github.com/qbittorrent/qBittorrent/commit/79976fbfcee4b6da2bea7d3a09db4dddceb6faaf It has been the case since 2015 and the 3.3.0 release, at least (possibly longer but upstream has very odd git branch habits so it's difficult to tell). Ever since then the dependency has simply been dead weight. Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild | 1 - net-p2p/qbittorrent/qbittorrent-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild index 58cb4c88dc3d..f01ecb3233cc 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild @@ -30,7 +30,6 @@ RDEPEND=" >=net-libs/libtorrent-rasterbar-1.2.18:= >=sys-libs/zlib-1.2.11 gui? ( - dev-libs/geoip !qt6? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 790d481629c6..b5ae2f148965 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -30,7 +30,6 @@ RDEPEND=" >=net-libs/libtorrent-rasterbar-1.2.19:= >=sys-libs/zlib-1.2.11 gui? ( - dev-libs/geoip !qt6? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 -- cgit v1.2.3-65-gdbad