Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Sun, 05 Jan 2020 15:24:17
Message-Id: 1578237842.6967c56438602029d386a8136f5c0f3b3e5c632f.johu@gentoo
1 commit: 6967c56438602029d386a8136f5c0f3b3e5c632f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 15:23:28 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 15:24:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6967c564
7
8 net-irc/quassel: Drop git uri w/ insecure protocol
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 net-irc/quassel/quassel-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
17 index 7cdf802a823..cf1d88423f3 100644
18 --- a/net-irc/quassel/quassel-9999.ebuild
19 +++ b/net-irc/quassel/quassel-9999.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} != *9999* ]]; then
21 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
22 S="${WORKDIR}/${MY_P}"
23 else
24 - EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" )
25 + EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )
26 inherit git-r3
27 fi