Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Sun, 06 Feb 2022 07:40:09
Message-Id: 1644133193.36c43d79880cab772c7339fc542b247906589381.sam@gentoo
1 commit: 36c43d79880cab772c7339fc542b247906589381
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 07:39:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 07:39:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c43d79
7
8 net-p2p/qbittorrent: Keyword 4.4.0-r1 arm64, #830689
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
16 index 636a7df98b13..d95a557bc835 100644
17 --- a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
18 +++ b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
21 else
22 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 S="${WORKDIR}/qBittorrent-release-${PV}"
26 fi