Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Tue, 29 Nov 2022 21:46:15
Message-Id: 1669758325.2b40dc71e8375ac799dfabfc3fd7645df4bbabcc.jsmolic@gentoo
1 commit: 2b40dc71e8375ac799dfabfc3fd7645df4bbabcc
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 21:45:25 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 21:45:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b40dc71
7
8 net-p2p/qbittorrent: Stabilize 4.4.5-r2 amd64, #883441
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild
16 index ffbda8b70a93..9ebbb401c756 100644
17 --- a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild
18 +++ b/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
25 S="${WORKDIR}"/qBittorrent-release-${PV}
26 fi