summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-22 10:26:39 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-22 10:26:39 +0100
commit67d33045677ffc653896fd6855a668bb6bb3d210 (patch)
treea05bbd2efabfd88596ae8f640d090c3721d4e236 /net-p2p
parentdev-python/pypy-exe: Stabilize 7.3.8 x86, #835768 (diff)
downloadgentoo-67d33045677ffc653896fd6855a668bb6bb3d210.tar.gz
gentoo-67d33045677ffc653896fd6855a668bb6bb3d210.tar.bz2
gentoo-67d33045677ffc653896fd6855a668bb6bb3d210.zip
net-p2p/qbittorrent: Stabilize 4.3.9 x86, #835770
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild
index 6a110e5ae2cd..dfd5b8a28da6 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.3.9.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