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 E1A2015808B for ; Wed, 23 Mar 2022 01:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B9C1E08F4; Wed, 23 Mar 2022 01:05:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1B614E08F4 for ; Wed, 23 Mar 2022 01:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C8493430DF for ; Wed, 23 Mar 2022 01:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DCE334 for ; Wed, 23 Mar 2022 01:05:44 +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: <1647997526.baccb1e5883ebc3e3754b452f10576afac33ed7f.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.4.1-r1.ebuild net-p2p/qbittorrent/qbittorrent-4.4.1.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: baccb1e5883ebc3e3754b452f10576afac33ed7f X-VCS-Branch: master Date: Wed, 23 Mar 2022 01:05:44 +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: 6505f771-6b23-4f79-951f-f69a5d81619e X-Archives-Hash: 3075fcc747d850136f34c2dd587d195f commit: baccb1e5883ebc3e3754b452f10576afac33ed7f Author: Sam James gentoo org> AuthorDate: Wed Mar 23 01:05:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 01:05:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baccb1e5 net-p2p/qbittorrent: tighten minimum dep versions; add missing OpenSSL dep Signed-off-by: Sam James gentoo.org> .../{qbittorrent-4.4.1.ebuild => qbittorrent-4.4.1-r1.ebuild} | 5 +++-- 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 similarity index 94% rename from net-p2p/qbittorrent/qbittorrent-4.4.1.ebuild rename to 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? (