commit: 9e4ab7592a5b3a23c02cca8d7d51517c509cc6f9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 16:19:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 16:19:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4ab759
net-p2p/qbittorrent: Stabilize 4.5.4 x86, #915451
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-p2p/qbittorrent/qbittorrent-4.5.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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