diff options
author | 2021-10-23 09:43:43 +0200 | |
---|---|---|
committer | 2021-10-23 09:43:43 +0200 | |
commit | ae8a52c6f3d727e72cadd19fad23eb4ef6df397d (patch) | |
tree | f5892aa2b3a6352bc744b1a293d684a60280d196 /net-p2p | |
parent | games-fps/gzdoom: Drop old version 4.6.1 (diff) | |
download | gentoo-ae8a52c6f3d727e72cadd19fad23eb4ef6df397d.tar.gz gentoo-ae8a52c6f3d727e72cadd19fad23eb4ef6df397d.tar.bz2 gentoo-ae8a52c6f3d727e72cadd19fad23eb4ef6df397d.zip |
net-p2p/qbittorrent: x86 stable wrt bug #801901
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild index e2c0405c096f..d0e79dd35b23 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.3.8.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 |