diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 04:04:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:04:46 +0000 |
commit | ff9031807d74af72d14dfb48e18f867094f63c8c (patch) | |
tree | 024eb8016c069eea2460ea6076fd28cb53761b58 /net-p2p | |
parent | net-p2p/qbittorrent: fixed indentation in metadata.xml (diff) | |
download | gentoo-ff9031807d74af72d14dfb48e18f867094f63c8c.tar.gz gentoo-ff9031807d74af72d14dfb48e18f867094f63c8c.tar.bz2 gentoo-ff9031807d74af72d14dfb48e18f867094f63c8c.zip |
net-p2p/qbittorrent: fix min libtorrent-rasterbar version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild index f8129fff3348..16f604886f93 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ RDEPEND=" acct-group/qbittorrent acct-user/qbittorrent >=dev-libs/openssl-1.1.1:= - >=net-libs/libtorrent-rasterbar-1.2.18:= + >=net-libs/libtorrent-rasterbar-1.2.19:= >=sys-libs/zlib-1.2.11 qt6? ( dev-qt/qtbase:6[network,ssl,sql,sqlite,xml] ) !qt6? ( diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 6edff7232960..d2fd716fffa9 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ REQUIRED_USE="|| ( gui webui )" RDEPEND=" >=dev-libs/openssl-1.1.1:= - >=net-libs/libtorrent-rasterbar-1.2.18:= + >=net-libs/libtorrent-rasterbar-1.2.19:= >=sys-libs/zlib-1.2.11 virtual/libiconv gui? ( |