From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9508158470 for ; Sun, 14 Jan 2024 04:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AB992BC016; Sun, 14 Jan 2024 04:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 846932BC014 for ; Sun, 14 Jan 2024 04:05:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1F023431FB for ; Sun, 14 Jan 2024 04:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0BF14C3 for ; Sun, 14 Jan 2024 04:05:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705205086.ff9031807d74af72d14dfb48e18f867094f63c8c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff9031807d74af72d14dfb48e18f867094f63c8c X-VCS-Branch: master Date: Sun, 14 Jan 2024 04:05:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3029bd2-3e31-4829-9946-f99837ad1666 X-Archives-Hash: 379f010402422427589d4ed11fcee6a1 commit: ff9031807d74af72d14dfb48e18f867094f63c8c Author: Sam James gentoo org> AuthorDate: Sun Jan 14 04:04:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 14 04:04:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff903180 net-p2p/qbittorrent: fix min libtorrent-rasterbar version Signed-off-by: Sam James gentoo.org> net-p2p/qbittorrent/qbittorrent-4.6.2.ebuild | 4 ++-- 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? (