Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Fri, 10 Mar 2017 09:13:04
Message-Id: 1489137175.04ce954dea5dad7d7b9439293fa2febb8d16a56b.ago@gentoo
1 commit: 04ce954dea5dad7d7b9439293fa2febb8d16a56b
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 09:12:55 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 09:12:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ce954d
7
8 net-p2p/qbittorrent: amd64 stable wrt bug #530720
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
18 index de3cd9c5a76..d476a3be605 100644
19 --- a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
20 +++ b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
22 else
23 MY_P=${P/_}
24 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
25 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
26 + KEYWORDS="amd64 ~arm ~ppc64 ~x86"
27 S=${WORKDIR}/${MY_P}
28 fi