summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-21 02:43:26 +0000
committerSam James <sam@gentoo.org>2024-01-21 02:43:26 +0000
commit8c2203ec8b393714ba663ceb6124b152d467d078 (patch)
tree5fa5cba06f8f408fbf4254b7e0b903c47b674d64 /net-p2p
parentnet-p2p/qbittorrent: Stabilize 4.5.5-r1 x86, #922540 (diff)
downloadgentoo-8c2203ec8b393714ba663ceb6124b152d467d078.tar.gz
gentoo-8c2203ec8b393714ba663ceb6124b152d467d078.tar.bz2
gentoo-8c2203ec8b393714ba663ceb6124b152d467d078.zip
net-p2p/qbittorrent: Stabilize 4.5.5-r1 amd64, #922540
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild
index 3d174655041b..76ee9ad37ae8 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
S="${WORKDIR}"/qBittorrent-release-${PV}
fi