diff options
author | Sam James <sam@gentoo.org> | 2022-02-06 07:39:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-06 07:39:53 +0000 |
commit | 36c43d79880cab772c7339fc542b247906589381 (patch) | |
tree | 65361660ca3ec87e9823ea97463b1294fd9e6f5a /net-p2p | |
parent | net-irc/inspircd: Keyword 3.12.0 arm64, #829521 (diff) | |
download | gentoo-36c43d79880cab772c7339fc542b247906589381.tar.gz gentoo-36c43d79880cab772c7339fc542b247906589381.tar.bz2 gentoo-36c43d79880cab772c7339fc542b247906589381.zip |
net-p2p/qbittorrent: Keyword 4.4.0-r1 arm64, #830689
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild index 636a7df98b13..d95a557bc835 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.0-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git" else SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi |