summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:20:06 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:17 +0200
commit21093b52ad2699557915f338428e386a4c175008 (patch)
tree16b54e4598c0745465a6eb3b8592c64413263003 /net-libs/jreen
parentnet-libs/shairplay: use HTTPS for GitHub (diff)
downloadgentoo-21093b52ad2699557915f338428e386a4c175008.tar.gz
gentoo-21093b52ad2699557915f338428e386a4c175008.tar.bz2
gentoo-21093b52ad2699557915f338428e386a4c175008.zip
net-libs/jreen: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/jreen')
-rw-r--r--net-libs/jreen/jreen-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/jreen/jreen-1.3.0.ebuild b/net-libs/jreen/jreen-1.3.0.ebuild
index 9b65ccf1db33..aea62ff61251 100644
--- 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}