projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4488890
)
media-sound/dcadec: use HTTPS for GitHub
author
David Hicks
<david@hicks.id.au>
Sat, 29 Jul 2017 16:55:24 +0000
(
02:55
+1000)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:36 +0000
(11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-sound/dcadec/dcadec-0.2.0.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/dcadec/dcadec-0.2.0.ebuild
b/media-sound/dcadec/dcadec-0.2.0.ebuild
index b45749b9b221e01cbdecafd4f96cce5158e76b8d..d0506427c0123c73259ca7b2b75ecc854e830528 100644
(file)
--- a/
media-sound/dcadec/dcadec-0.2.0.ebuild
+++ b/
media-sound/dcadec/dcadec-0.2.0.ebuild
@@
-6,7
+6,7
@@
EAPI="5"
inherit toolchain-funcs multilib multilib-minimal
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="
git://github.com/foo86/dcadec
.git"
+ EGIT_REPO_URI="
https://github.com/foo86/${PN}
.git"
inherit git-r3
else
SRC_URI="https://github.com/foo86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"