commit: 102cd13c63c02f8b9515079549deffe7364b105b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 11:47:07 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 11:47:07 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=102cd13c
[eclass] Drop superfluous /
eclass/github.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/github.eclass b/eclass/github.eclass
index 3b06e06..1f2b4b1 100644
--- a/eclass/github.eclass
+++ b/eclass/github.eclass
@@ -96,7 +96,7 @@ _calculate_patches_uri() {
fi
if [[ -n $GH_PULLREQ ]]; then
for gh_pullreq in "${GH_PULLREQS[@]}"; do
- SRC_URI+="
https://github.com/${GH_USER}/${GH_REPO}/pull//${gh_pullreq}.patch ->
${PN}-pr-${gh_pullreq}.patch"
+ SRC_URI+="
https://github.com/${GH_USER}/${GH_REPO}/pull/${gh_pullreq}.patch ->
${PN}-pr-${gh_pullreq}.patch"
_GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_pullreq}.patch)
done
fi