Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Tue, 01 Feb 2022 22:39:57
Message-Id: 1643755157.bf27f415d6b9e1b62135cde74cd908827cf45eb8.slashbeast@gentoo
1 commit: bf27f415d6b9e1b62135cde74cd908827cf45eb8
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 22:38:48 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 22:39:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf27f415
7
8 net-p2p/qbittorrent: 4.4.0: fix missing deps on qtsql.
9
10 Revbump for the sake of built binary packages.
11
12 Closes: https://bugs.gentoo.org/832522
13 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
14
15 .../{qbittorrent-4.4.0.ebuild => qbittorrent-4.4.0-r1.ebuild} | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
19 similarity index 98%
20 rename from net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild
21 rename to net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
22 index 49ab814c92f9..636a7df98b13 100644
23 --- a/net-p2p/qbittorrent/qbittorrent-4.4.0.ebuild
24 +++ b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
25 @@ -28,6 +28,7 @@ RDEPEND="
26 dev-qt/qtcore:5
27 dev-qt/qtnetwork:5[ssl]
28 dev-qt/qtxml:5
29 + dev-qt/qtsql:5
30 >=net-libs/libtorrent-rasterbar-1.2.12:0=
31 sys-libs/zlib
32 dbus? ( dev-qt/qtdbus:5 )