diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-09 16:19:57 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-09 16:19:57 +0000 |
commit | 9e4ab7592a5b3a23c02cca8d7d51517c509cc6f9 (patch) | |
tree | 5edc8c7891b8fe9991eac121fac7224a9db9b4f9 /net-p2p/qbittorrent | |
parent | net-mail/mboxgrep: Stabilize 0.7.9-r3 x86, #915446 (diff) | |
download | gentoo-9e4ab7592a5b3a23c02cca8d7d51517c509cc6f9.tar.gz gentoo-9e4ab7592a5b3a23c02cca8d7d51517c509cc6f9.tar.bz2 gentoo-9e4ab7592a5b3a23c02cca8d7d51517c509cc6f9.zip |
net-p2p/qbittorrent: Stabilize 4.5.4 x86, #915451
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.4.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.4.ebuild index 3a7a883a40a5..4c99a5b3038b 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.5.4.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.5.4.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 |