projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441f290
)
dev-lang/yasm: use HTTPS for GitHub
author
David Hicks
<david@hicks.id.au>
Sat, 29 Jul 2017 07:47:46 +0000
(17:47 +1000)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 30 Jul 2017 08:47:37 +0000
(10:47 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-lang/yasm/yasm-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/yasm/yasm-9999.ebuild
b/dev-lang/yasm/yasm-9999.ebuild
index b02b40c7c7a415203edaed92cf76f4c2e177a772..2192b7f076efca2b8d256d1341a52a6e1e5ca09a 100644
(file)
--- 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"