summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-22 10:26:04 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-22 10:26:04 +0100
commit4d4a2ed1afdcfc00defd70371e7d060916958a7b (patch)
tree06640f3ab0c2c0b14daed527042b26b70ae8647e /net-p2p
parentdev-python/pypy-exe: Stabilize 7.3.8 amd64, #835768 (diff)
downloadgentoo-4d4a2ed1afdcfc00defd70371e7d060916958a7b.tar.gz
gentoo-4d4a2ed1afdcfc00defd70371e7d060916958a7b.tar.bz2
gentoo-4d4a2ed1afdcfc00defd70371e7d060916958a7b.zip
net-p2p/qbittorrent: Stabilize 4.3.9 amd64, #835770
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild
index 43ca7eae242b..6a110e5ae2cd 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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