diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-30 21:06:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-30 21:06:01 +0300 |
commit | ede6d08df7f1cf1ded2bfceec612f6d0d6f80475 (patch) | |
tree | 9c552d5c43469393dd1aa8e69f7eecbfe7d38377 /net-p2p | |
parent | x11-themes/numix-icon-theme-circle: Initial import (diff) | |
download | gentoo-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.ebuild | 2 |
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 |