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: Sat, 14 Jul 2018 18:43:38
Message-Id: 1531593812.ef269c977d65fea3f1ad2648b5cc2b25066e3f55.zlogene@gentoo
1 commit: ef269c977d65fea3f1ad2648b5cc2b25066e3f55
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 18:43:06 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 18:43:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef269c97
7
8 net-p2p/qbittorrent: mark stable
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild
16 index fac9e4a29be..8634804e8d2 100644
17 --- a/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild
18 +++ b/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
21 else
22 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~ppc64 x86"
25 S="${WORKDIR}/qBittorrent-release-${PV}"
26 fi