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 89F6115808B for ; Tue, 1 Oct 2024 23:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57F5E29AC; Tue, 1 Oct 2024 23:13:26 +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 C44B2E29AC for ; Tue, 1 Oct 2024 23:13:26 +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 D9563343010 for ; Tue, 1 Oct 2024 23:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3DAF27F8 for ; Tue, 1 Oct 2024 23:13:22 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1727823851.5db9f8f0cf13e4752c30fb8e733dc16fe9fcd102.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 5db9f8f0cf13e4752c30fb8e733dc16fe9fcd102 X-VCS-Branch: master Date: Tue, 1 Oct 2024 23:13:22 +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: 448282cd-5c25-4c0c-be00-08fcc0cde763 X-Archives-Hash: b129ad09dc5487ffc015f7456661915d commit: 5db9f8f0cf13e4752c30fb8e733dc16fe9fcd102 Author: Filip Kobierski pm me> AuthorDate: Tue Oct 1 18:25:29 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Oct 1 23:04:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db9f8f0 net-p2p/qbittorrent: update live ebuild Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Eli Schwartz gentoo.org> net-p2p/qbittorrent/qbittorrent-9999.ebuild | 42 +++++++++-------------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 534975068940..77ac01cf12cb 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -22,36 +22,23 @@ else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/qBittorrent.asc fi -LICENSE="GPL-2" +LICENSE="GPL-2+ GPL-3+" SLOT="0" -IUSE="+dbus +gui qt6 systemd test webui" +IUSE="+dbus +gui systemd test webui" RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( gui webui ) +REQUIRED_USE=" + || ( gui webui ) dbus? ( gui ) " RDEPEND=" - >=dev-libs/openssl-1.1.1:= + >=dev-libs/openssl-3.0.2:= >=net-libs/libtorrent-rasterbar-1.2.19:= >=sys-libs/zlib-1.2.11 - qt6? ( >=dev-qt/qtbase-6.2:6[network,ssl,sql,sqlite,xml] ) - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsql:5[sqlite] - dev-qt/qtxml:5 - ) + >=dev-qt/qtbase-6.5:6[network,ssl,sql,sqlite,xml] gui? ( - !qt6? ( - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dbus? ( dev-qt/qtdbus:5 ) - ) - qt6? ( - >=dev-qt/qtbase-6.2:6[dbus?,gui,widgets] - >=dev-qt/qtsvg-6.2:6 - ) + >=dev-qt/qtbase-6.5:6[dbus?,gui,widgets] + >=dev-qt/qtsvg-6.5:6 ) webui? ( acct-group/qbittorrent @@ -60,14 +47,12 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=dev-libs/boost-1.71 - test? ( - !qt6? ( dev-qt/qttest:5 ) - )" + >=dev-libs/boost-1.76 +" BDEPEND+=" - !qt6? ( dev-qt/linguist-tools:5 ) - qt6? ( >=dev-qt/qttools-6.2:6[linguist] ) - virtual/pkgconfig" + >=dev-qt/qttools-6.5:6[linguist] + virtual/pkgconfig +" DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md ) @@ -86,7 +71,6 @@ src_configure() { -DSTACKTRACE=$(usex !elibc_musl) # More verbose build logs are preferable for bug reports -DVERBOSE_CONFIGURE=ON - -DQT6=$(usex qt6) -DWEBUI=$(usex webui) -DTESTING=$(usex test) )