Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: eclass/
Date: Thu, 25 Jun 2015 11:45:42
Message-Id: 1435232375.cd9d859ba7bb7af154c53b38c456a6c5502bb1bd.mrueg@gentoo
1 commit: cd9d859ba7bb7af154c53b38c456a6c5502bb1bd
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 11:39:35 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 11:39:35 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cd9d859b
7
8 [eclass] Use tabs.
9
10 eclass/github.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/github.eclass b/eclass/github.eclass
14 index 3885e18..e14ac70 100644
15 --- a/eclass/github.eclass
16 +++ b/eclass/github.eclass
17 @@ -95,7 +95,7 @@ _calculate_patches_uri() {
18 done
19 fi
20 if [[ -n $GH_PULLREQ ]]; then
21 - for gh_commit in "${GH_PULLREQ[@]}"; do
22 + for gh_commit in "${GH_PULLREQ[@]}"; do
23 SRC_URI+=" https://github.com/${GH_USER}/${GH_REPO}/pull//${gh_commit}.patch -> ${PN}-pr-${gh_commit}.patch"
24 _GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_commit}.patch)
25 done