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, 07 Oct 2018 19:07:58
Message-Id: 1538939270.5c144a7c2d303929b9b5ed5e3925f33c73b930a9.zlogene@gentoo
1 commit: 5c144a7c2d303929b9b5ed5e3925f33c73b930a9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 19:07:29 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 19:07:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c144a7c
7
8 net-p2p/qbittorrent: Mark minor release stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
17 index dba40dca433..f990644fdec 100644
18 --- a/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
19 +++ b/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
27 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
28 else
29 SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
31 + KEYWORDS="amd64 ~arm ~ppc64 x86"
32 S="${WORKDIR}/qBittorrent-release-${PV}"
33 fi