From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1520085-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 047A115806E for <garchives@archives.gentoo.org>; Sat, 20 May 2023 10:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAB9E083E; Sat, 20 May 2023 10:48:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AAA4E083E for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 10:48:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D285340EC2 for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 10:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EFF1A68 for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 10:48:51 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1684579721.c1687df62297af7f65fd0fa4b91dc65aaba83c4e.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.5.2.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: c1687df62297af7f65fd0fa4b91dc65aaba83c4e X-VCS-Branch: master Date: Sat, 20 May 2023 10:48:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5219f10-aff6-4806-b381-21410d2205d7 X-Archives-Hash: cdaa70baf0da33568781a8b3322f80cf commit: c1687df62297af7f65fd0fa4b91dc65aaba83c4e Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat May 20 10:48:41 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 20 10:48:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1687df6 net-p2p/qbittorrent: DEPEND-only on boost * Only uses boost headers * Invoking maintainer timeout Closes: https://bugs.gentoo.org/895480 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-p2p/qbittorrent/qbittorrent-4.5.2.ebuild | 5 +++-- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.2.ebuild index 8de609b04140..dde05ed0e8f3 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.5.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.5.2.ebuild @@ -24,7 +24,6 @@ REQUIRED_USE="dbus? ( gui ) || ( gui webui )" RDEPEND=" - dev-libs/boost:= >=dev-libs/openssl-1.1.1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] @@ -39,7 +38,9 @@ RDEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 )" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + dev-libs/boost" BDEPEND="dev-qt/linguist-tools:5 virtual/pkgconfig" diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 42048dfcddbe..eeba63e2c817 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" REQUIRED_USE="|| ( gui webui )" RDEPEND=" - dev-libs/boost:= >=dev-libs/openssl-1.1.1:= >=net-libs/libtorrent-rasterbar-1.2.18:= >=sys-libs/zlib-1.2.11 @@ -49,7 +48,9 @@ RDEPEND=" dev-qt/qtsql:5[sqlite] dev-qt/qtxml:5 )" -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} + dev-libs/boost test? ( !qt6? ( dev-qt/qttest:5 ) qt6? ( dev-qt/qtbase:6[test] )