projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113f70e
)
sys-apps/openrc: adjust the release src_uri to pull from github
author
William Hubbs
<williamh@gentoo.org>
Fri, 23 Sep 2016 20:36:40 +0000
(15:36 -0500)
committer
William Hubbs
<williamh@gentoo.org>
Fri, 23 Sep 2016 20:37:01 +0000
(15:37 -0500)
Package-Manager: portage-2.2.28
sys-apps/openrc/openrc-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/openrc/openrc-9999.ebuild
b/sys-apps/openrc/openrc-9999.ebuild
index 6f2926dc492d0660ba808e31848484a1f69c4789..0784ed604be4632c3dec299d0a9d304a9a8591cf 100644
(file)
--- a/
sys-apps/openrc/openrc-9999.ebuild
+++ b/
sys-apps/openrc/openrc-9999.ebuild
@@
-13,7
+13,7
@@
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
inherit git-r3
else
- SRC_URI="https://
dev.gentoo.org/~williamh/dist/${P}.tar.bz2
"
+ SRC_URI="https://
github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi