summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2021-10-21 06:40:09 +0200
committerAgostino Sarubbo <ago@gentoo.org>2021-10-21 06:40:09 +0200
commit6bb94a4031499227069a23fb531df3fe270cadb2 (patch)
tree55c80f1acb00d5e36109dbce48ffd57227e68da2 /net-p2p/qbittorrent
parentsys-auth/libfprint: add missing libgudev dependency (diff)
downloadgentoo-6bb94a4031499227069a23fb531df3fe270cadb2.tar.gz
gentoo-6bb94a4031499227069a23fb531df3fe270cadb2.tar.bz2
gentoo-6bb94a4031499227069a23fb531df3fe270cadb2.zip
net-p2p/qbittorrent: amd64 stable wrt bug #801901
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild
index df56a568b980..e2c0405c096f 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.3.8.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 ~ppc64 ~x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
fi