commit: 4d4a2ed1afdcfc00defd70371e7d060916958a7b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:26:04 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:26:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4a2ed1
net-p2p/qbittorrent: Stabilize 4.3.9 amd64, #835770
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-p2p/qbittorrent/qbittorrent-4.3.9.ebuild | 4 ++--
1 file 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