Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/
Date: Sun, 30 Jul 2017 08:47:53
Message-Id: 1501404421.dca440806632eddb113a39c72f2c25be599c5668.mgorny@gentoo
1 commit: dca440806632eddb113a39c72f2c25be599c5668
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:32:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca44080
7
8 app-portage/genlop: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-portage/genlop/genlop-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/genlop/genlop-9999.ebuild b/app-portage/genlop/genlop-9999.ebuild
16 index 52c3a745a29..f4cc3925ba6 100644
17 --- a/app-portage/genlop/genlop-9999.ebuild
18 +++ b/app-portage/genlop/genlop-9999.ebuild
19 @@ -5,7 +5,7 @@ EAPI=5
20
21 inherit git-2 bash-completion-r1
22
23 -EGIT_REPO_URI="git://github.com/gentoo-perl/genlop.git"
24 +EGIT_REPO_URI="https://github.com/gentoo-perl/genlop.git"
25 DESCRIPTION="A nice emerge.log parser"
26 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
27 SRC_URI=""