summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 17:47:46 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:37 +0200
commit0793e1ac0b7c7b3e8572443bbd33faf7ddc26813 (patch)
treef334b3ff59ad5d8aaf90025eae8c78c469c8ef3b /dev-lang
parentdev-lang/rebol: use HTTPS for GitHub (diff)
downloadgentoo-0793e1ac0b7c7b3e8572443bbd33faf7ddc26813.tar.gz
gentoo-0793e1ac0b7c7b3e8572443bbd33faf7ddc26813.tar.bz2
gentoo-0793e1ac0b7c7b3e8572443bbd33faf7ddc26813.zip
dev-lang/yasm: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/yasm/yasm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index b02b40c7c7a4..2192b7f076ef 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"