summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-08-30 21:06:01 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-08-30 21:06:01 +0300
commitede6d08df7f1cf1ded2bfceec612f6d0d6f80475 (patch)
tree9c552d5c43469393dd1aa8e69f7eecbfe7d38377 /net-p2p
parentx11-themes/numix-icon-theme-circle: Initial import (diff)
downloadgentoo-ede6d08df7f1cf1ded2bfceec612f6d0d6f80475.tar.gz
gentoo-ede6d08df7f1cf1ded2bfceec612f6d0d6f80475.tar.bz2
gentoo-ede6d08df7f1cf1ded2bfceec612f6d0d6f80475.zip
net-p2p/qbittorrent: stabilize bugfix release
Only 2 weeks testing period, the previous stable has broken qtsingleapplication support (because of bad CMake support). Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild
index dba40dca433b..07ff1267c5e7 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.1.2.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