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, 31 Dec 2015 11:42:17
Message-Id: 1451562121.5c2e26f6095b13dde5ebbd1a2e072b64edc4704d.mrueg@gentoo
1 commit: 5c2e26f6095b13dde5ebbd1a2e072b64edc4704d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 11:42:01 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 11:42:01 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5c2e26f6
7
8 eclass: Fix typo
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 bb6ff35..2f0a45f 100644
15 --- a/eclass/github.eclass
16 +++ b/eclass/github.eclass
17 @@ -31,7 +31,7 @@ esac
18 : ${GH_REPO:=${PN}}
19
20 # @ECLASS-VARIABLE: GH_BUILD_TYPE
21 -# @DEFAULT-UNSET
22 +# @DEFAULT_UNSET
23 # @DESCRIPTION:
24 # Defines if fetched from git ("live") or tarball ("release")
25 : ${GH_BUILD_TYPE:=release}