summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-16 22:19:18 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-16 22:20:41 +0300
commit242d8d194d68098f0aa1c28daa25dade53bcbc91 (patch)
tree58abd60aa96494dfdcf16c4dfced21a15e34cbbb /net-p2p/qbittorrent
parentnet-libs/libproxy: fix installation for USE="-networkmanager" (diff)
downloadgentoo-242d8d194d68098f0aa1c28daa25dade53bcbc91.tar.gz
gentoo-242d8d194d68098f0aa1c28daa25dade53bcbc91.tar.bz2
gentoo-242d8d194d68098f0aa1c28daa25dade53bcbc91.zip
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
index 22b2a5ad4a47..91e0d2f3769d 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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