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 5F41E158095 for ; Sun, 4 Sep 2022 13:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FFB9E07EF; Sun, 4 Sep 2022 13:03:57 +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 5DB20E07EE for ; Sun, 4 Sep 2022 13:03:57 +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 48BAC340EEB for ; Sun, 4 Sep 2022 13:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C3D5CB for ; Sun, 4 Sep 2022 13:03:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662296600.69e595d85b4d68de3d9ce75865bd6b18cf7ef425.soap@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.3.9.ebuild net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 69e595d85b4d68de3d9ce75865bd6b18cf7ef425 X-VCS-Branch: master Date: Sun, 4 Sep 2022 13:03:53 +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: 39657700-346a-4ffc-a2bf-c42d2c9ce5b6 X-Archives-Hash: 6012950fa851c267ba9cb6b6a0a640d0 commit: 69e595d85b4d68de3d9ce75865bd6b18cf7ef425 Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 13:03:20 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 13:03:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e595d8 net-p2p/qbittorrent: remove stale boost lower bounds Signed-off-by: David Seifert gentoo.org> net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild | 2 +- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild index dfd5b8a28da6..90ba6c0b58a6 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild @@ -24,7 +24,7 @@ IUSE="+dbus debug webui +X" REQUIRED_USE="dbus? ( X )" RDEPEND=" - >=dev-libs/boost-1.62.0-r1:= + dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtxml:5 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild index 09d844dc745b..90f3d561373a 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - >=dev-libs/boost-1.65.0-r1:= + dev-libs/boost:= dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild index a33eabf73452..94ae8dbb81fc 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - >=dev-libs/boost-1.65.0-r1:= + dev-libs/boost:= dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild index 15b1ff95a991..c84808b9cbcc 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.4.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - >=dev-libs/boost-1.65.0-r1:= + dev-libs/boost:= >=dev-libs/openssl-1.1.1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild index 15b1ff95a991..c84808b9cbcc 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.5.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - >=dev-libs/boost-1.65.0-r1:= + dev-libs/boost:= >=dev-libs/openssl-1.1.1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index aa762be794a3..467943b0deb1 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - >=dev-libs/boost-1.71:= + dev-libs/boost:= >=dev-libs/openssl-1.1.1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl]