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 020F1158087 for ; Tue, 1 Feb 2022 22:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E332BC055; Tue, 1 Feb 2022 22:39:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E41C82BC055 for ; Tue, 1 Feb 2022 22:39:48 +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 501193431C4 for ; Tue, 1 Feb 2022 22:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87487D0 for ; Tue, 1 Feb 2022 22:39:45 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1643755157.bf27f415d6b9e1b62135cde74cd908827cf45eb8.slashbeast@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.0-r1.ebuild net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: bf27f415d6b9e1b62135cde74cd908827cf45eb8 X-VCS-Branch: master Date: Tue, 1 Feb 2022 22:39:45 +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: 6cc1c24a-fdf4-42c5-84ec-5a0607da77d1 X-Archives-Hash: 3388ac0c3199f480ca682009296c0ea0 commit: bf27f415d6b9e1b62135cde74cd908827cf45eb8 Author: Piotr Karbowski gentoo org> AuthorDate: Tue Feb 1 22:38:48 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Tue Feb 1 22:39:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf27f415 net-p2p/qbittorrent: 4.4.0: fix missing deps on qtsql. Revbump for the sake of built binary packages. Closes: https://bugs.gentoo.org/832522 Signed-off-by: Piotr Karbowski gentoo.org> .../{qbittorrent-4.4.0.ebuild => qbittorrent-4.4.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild similarity index 98% rename from net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild rename to net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild index 49ab814c92f9..636a7df98b13 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild @@ -28,6 +28,7 @@ RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtxml:5 + dev-qt/qtsql:5 >=net-libs/libtorrent-rasterbar-1.2.12:0= sys-libs/zlib dbus? ( dev-qt/qtdbus:5 )