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:50:17
Message-Id: 1435233004.297b2be87e49cea04048b474bda94d2086803f16.mrueg@gentoo
1 commit: 297b2be87e49cea04048b474bda94d2086803f16
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 11:50:04 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 11:50:04 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=297b2be8
7
8 [eclass] Fix 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 1f2b4b1..a80d03d 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_pullreq in "${GH_PULLREQS[@]}"; do
22 + for gh_pullreq in "${GH_PULLREQS[@]}"; do
23 SRC_URI+=" https://github.com/${GH_USER}/${GH_REPO}/pull/${gh_pullreq}.patch -> ${PN}-pr-${gh_pullreq}.patch"
24 _GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_pullreq}.patch)
25 done