net-p2p/qbittorrent: stabilize bugfix release
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 30 Aug 2018 18:06:01 +0000 (21:06 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 30 Aug 2018 18:06:01 +0000 (21:06 +0300)
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

net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild

index dba40dca433b0889a1d9fbe8504442de0e861b35..07ff1267c5e73e6d245f0ca59c69f5176923543e 100644 (file)
@@ -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