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: sys-fs/bedup/
Date: Sun, 30 Jul 2017 09:23:03
Message-Id: 1501406564.fad4aacc1a73e1fba9ba577cdca16d217d52b34b.mgorny@gentoo
1 commit: fad4aacc1a73e1fba9ba577cdca16d217d52b34b
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 11:38:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad4aacc
7
8 sys-fs/bedup: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-fs/bedup/bedup-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
16 index 4157f8268fe..94d37527fda 100644
17 --- a/sys-fs/bedup/bedup-9999.ebuild
18 +++ b/sys-fs/bedup/bedup-9999.ebuild
19 @@ -6,8 +6,7 @@ EAPI=5
20 PYTHON_COMPAT=( python3_{4,5,6} )
21
22 #if LIVE
23 -EGIT_REPO_URI="git://github.com/g2p/bedup.git
24 - https://github.com/g2p/bedup.git"
25 +EGIT_REPO_URI="https://github.com/g2p/bedup.git"
26 inherit git-r3
27 #endif