Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Thu, 30 Aug 2018 18:06:43
Message-Id: 1535652361.ede6d08df7f1cf1ded2bfceec612f6d0d6f80475.zlogene@gentoo
1 commit: ede6d08df7f1cf1ded2bfceec612f6d0d6f80475
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 18:06:01 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 18:06:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede6d08d
7
8 net-p2p/qbittorrent: stabilize bugfix release
9
10 Only 2 weeks testing period, the previous stable has broken
11 qtsingleapplication support (because of bad CMake support).
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild
19 index dba40dca433..07ff1267c5e 100644
20 --- a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild
21 +++ b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild
22 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
23 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
24 else
25 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
26 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
27 + KEYWORDS="amd64 ~arm ~ppc64 x86"
28 S="${WORKDIR}/qBittorrent-release-${PV}"
29 fi