diff options
author | Sam James <sam@gentoo.org> | 2022-11-30 00:51:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-30 00:51:44 +0000 |
commit | 392adcd455fcae791e01f159139e17e7713eb582 (patch) | |
tree | a43d513f8a4c0919ce1ada7aeb98d3fe3b75b8aa /net-p2p | |
parent | dev-python/pytoolconfig: Stabilize 1.2.2-r1 x86, #882953 (diff) | |
download | gentoo-392adcd455fcae791e01f159139e17e7713eb582.tar.gz gentoo-392adcd455fcae791e01f159139e17e7713eb582.tar.bz2 gentoo-392adcd455fcae791e01f159139e17e7713eb582.zip |
net-p2p/qbittorrent: Stabilize 4.4.5-r2 x86, #883441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild index 9ebbb401c756..a61652d9dd16 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.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 |