summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-08-08 14:33:22 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-08-08 14:33:22 +0200
commitf4c8c6bdf9aff8d737371668b5449b7861bb5ffa (patch)
treed10a94ff6175191ef1bc63bb70ab3f67f18b7bad /net-p2p
parentdev-vcs/mercurial: amd64 stable wrt bug #851987 (diff)
downloadgentoo-f4c8c6bdf9aff8d737371668b5449b7861bb5ffa.tar.gz
gentoo-f4c8c6bdf9aff8d737371668b5449b7861bb5ffa.tar.bz2
gentoo-f4c8c6bdf9aff8d737371668b5449b7861bb5ffa.zip
net-p2p/qbittorrent: amd64 stable wrt bug #861032
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild
index e66a7bbca615..c33e4c71af4f 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.4.3.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.4.3.1.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 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
fi