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, 25 Apr 2020 09:35:42
Message-Id: 1587807333.f116d69d7ff5d42cbe0a4a9afeeff7d967629a48.zlogene@gentoo
1 commit: f116d69d7ff5d42cbe0a4a9afeeff7d967629a48
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 09:34:47 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 09:35:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f116d69d
7
8 net-p2p/qbittorrent: mark stable
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
17 index 3244261dacc..7813f67cbfa 100644
18 --- a/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
19 +++ b/net-p2p/qbittorrent/qbittorrent-4.2.3.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