commit:     297b2be87e49cea04048b474bda94d2086803f16
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 11:50:04 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 11:50:04 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=297b2be8

[eclass] Fix tabs.

 eclass/github.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/github.eclass b/eclass/github.eclass
index 1f2b4b1..a80d03d 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_pullreq in "${GH_PULLREQS[@]}"; do
+               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"
                        _GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_pullreq}.patch)
                done

Reply via email to