summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-19 22:00:29 +0100
committerSam James <sam@gentoo.org>2022-04-19 22:00:29 +0100
commitb210128f77b6f925b812f91a83095d20fe811211 (patch)
tree094485d95a385e9ec501b53665d42f30469d98a1 /net-p2p
parentnet-p2p/qbittorrent: ${ED} -> ${D} (diff)
downloadgentoo-b210128f77b6f925b812f91a83095d20fe811211.tar.gz
gentoo-b210128f77b6f925b812f91a83095d20fe811211.tar.bz2
gentoo-b210128f77b6f925b812f91a83095d20fe811211.zip
net-p2p/qbittorrent: keyword 4.4.2-r2
Closes: https://bugs.gentoo.org/839531 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild
index 2b07c7436878..159cdd733aa3 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.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 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
fi