summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-01-21 15:38:24 -0500
committerSam James <sam@gentoo.org>2024-01-22 05:54:50 +0000
commitd0960f4edd106f111e191986f9fc1ed4d76349ff (patch)
tree64f470e632707bebde0860327575db28110bdab9
parentnet-p2p/qbittorrent: remove libiconv dependency (diff)
downloadgentoo-d0960f4e.tar.gz
gentoo-d0960f4e.tar.bz2
gentoo-d0960f4e.zip
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 <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.5.5-r2.ebuild1
-rw-r--r--net-p2p/qbittorrent/qbittorrent-9999.ebuild1
2 files changed, 0 insertions, 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