commit: 67d33045677ffc653896fd6855a668bb6bb3d210
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:26:39 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:26:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d33045
net-p2p/qbittorrent: Stabilize 4.3.9 x86, #835770
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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