commit: 0793e1ac0b7c7b3e8572443bbd33faf7ddc26813
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 07:47:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0793e1ac
dev-lang/yasm: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-lang/yasm/yasm-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index b02b40c7c7a..2192b7f076e 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools eutils python-r1
if [[ ${PV} == 9999* ]] ; then
- EGIT_REPO_URI="git://github.com/yasm/yasm.git"
+ EGIT_REPO_URI="https://github.com/yasm/yasm.git"
inherit git-2
else
SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"