Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/suacomp/
Date: Sat, 25 Feb 2017 15:03:44
Message-Id: 1488035017.77f71115d482f2d564bc7ace6e39ae5a03e2682a.monsieurp@gentoo
1 commit: 77f71115d482f2d564bc7ace6e39ae5a03e2682a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Thu Feb 16 13:42:49 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:03:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f71115
7
8 sys-libs/suacomp-9999: use https for git checkout.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3986
11
12 sys-libs/suacomp/suacomp-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/suacomp/suacomp-9999.ebuild b/sys-libs/suacomp/suacomp-9999.ebuild
16 index 6760c43633..00b565388e 100644
17 --- a/sys-libs/suacomp/suacomp-9999.ebuild
18 +++ b/sys-libs/suacomp/suacomp-9999.ebuild
19 @@ -8,7 +8,7 @@ inherit toolchain-funcs flag-o-matic git-2
20
21 DESCRIPTION="library wrapping the interix lib-c to make it less buggy"
22 HOMEPAGE="http://suacomp.sf.net"
23 -EGIT_REPO_URI="http://git.code.sf.net/p/suacomp/git"
24 +EGIT_REPO_URI="https://git.code.sf.net/p/suacomp/git"
25
26 LICENSE="BEER-WARE"
27 SLOT="0"