summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-08-12 14:29:29 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-08-12 14:29:29 +0200
commit63583f037ff7427bb21d08780c99c17868d2667a (patch)
tree8739742693e7cb19800b8e8f9103ae56f5e19988 /net-p2p
parentdev-libs/libixion: forward ~loong (diff)
downloadgentoo-63583f037ff7427bb21d08780c99c17868d2667a.tar.gz
gentoo-63583f037ff7427bb21d08780c99c17868d2667a.tar.bz2
gentoo-63583f037ff7427bb21d08780c99c17868d2667a.zip
net-p2p/qbittorrent: x86 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 c33e4c71af4f..a33eabf73452 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