Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Sat, 03 Feb 2018 13:59:03
Message-Id: 1517666332.ddce243ff86084fa3735cb5f3a6a9c4999b9faec.kensington@gentoo
1 commit: ddce243ff86084fa3735cb5f3a6a9c4999b9faec
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Feb 3 13:33:49 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 13:58:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddce243f
7
8 net-p2p/qbittorrent: use HTTPS for HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7031
11
12 net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
16 index 8ae2e0ecdee..55a7a9cbfe1 100644
17 --- a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
18 +++ b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit cmake-utils
27
28 DESCRIPTION="BitTorrent client in C++ and Qt"
29 -HOMEPAGE="http://www.qbittorrent.org/"
30 +HOMEPAGE="https://www.qbittorrent.org/"
31
32 if [[ ${PV} == *9999 ]]; then
33 inherit git-r3