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: Sun, 29 Sep 2019 17:42:38
Message-Id: 1569778889.fa140da0b9101ca4197fe88c94081561aaed224b.zlogene@gentoo
1 commit: fa140da0b9101ca4197fe88c94081561aaed224b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 17:41:29 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 17:41:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa140da0
7
8 net-p2p/qbittorrent: mark stable
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild
17 index e4e1c16a315..19a8c92ab04 100644
18 --- a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild
19 +++ b/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
21 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
22 else
23 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
25 + KEYWORDS="amd64 ~arm ~ppc64 x86"
26 S="${WORKDIR}/qBittorrent-release-${PV}"
27 fi