projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ed788
)
net-libs/jreen: use HTTPS for GitHub
author
David Hicks
<david@hicks.id.au>
Sat, 29 Jul 2017 18:20:06 +0000
(
04:20
+1000)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:17 +0000
(12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-libs/jreen/jreen-1.3.0.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/jreen/jreen-1.3.0.ebuild
b/net-libs/jreen/jreen-1.3.0.ebuild
index 9b65ccf1db33f7459d528515adabd3bc3129aaf5..aea62ff61251dc12ae79954867490498a1cc1965 100644
(file)
--- a/
net-libs/jreen/jreen-1.3.0.ebuild
+++ b/
net-libs/jreen/jreen-1.3.0.ebuild
@@
-8,7
+8,7
@@
if [[ ${PV} != *9999* ]]; then
KEYWORDS="amd64 ~ppc x86"
else
GIT_ECLASS="git-r3"
- EGIT_REPO_URI=
( "git://github.com/euroelessar/${PN}" )
+ EGIT_REPO_URI=
"https://github.com/euroelessar/${PN}.git"
fi
inherit cmake-utils multibuild ${GIT_ECLASS}