commit: cd9d859ba7bb7af154c53b38c456a6c5502bb1bd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 11:39:35 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 11:39:35 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cd9d859b
[eclass] Use tabs.
eclass/github.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/github.eclass b/eclass/github.eclass
index 3885e18..e14ac70 100644
--- a/eclass/github.eclass
+++ b/eclass/github.eclass
@@ -95,7 +95,7 @@ _calculate_patches_uri() {
done
fi
if [[ -n $GH_PULLREQ ]]; then
- for gh_commit in "${GH_PULLREQ[@]}"; do
+ for gh_commit in "${GH_PULLREQ[@]}"; do
SRC_URI+="
https://github.com/${GH_USER}/${GH_REPO}/pull//${gh_commit}.patch ->
${PN}-pr-${gh_commit}.patch"
_GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_commit}.patch)
done