From: Mikle Kolyada Date: Thu, 30 Aug 2018 18:06:01 +0000 (+0300) Subject: net-p2p/qbittorrent: stabilize bugfix release X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ede6d08df7f1cf1ded2bfceec612f6d0d6f80475;p=gentoo.git 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 --- 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