Gentoo Archives: gentoo-commits

From: Sergey Torokhov <torokhov-s-a@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/
Date: Mon, 30 Aug 2021 09:01:15
Message-Id: 1630313903.788d83ee05fc02e561922668ac2b15836b37ab5a.SergeyTorokhov@gentoo
1 commit: 788d83ee05fc02e561922668ac2b15836b37ab5a
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Mon Aug 30 08:58:23 2021 +0000
4 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
5 CommitDate: Mon Aug 30 08:58:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=788d83ee
7
8 dev-vcs/gitqlient: 9999, use default branch instead of develop branch
9
10 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
11
12 dev-vcs/gitqlient/gitqlient-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild b/dev-vcs/gitqlient/gitqlient-9999.ebuild
16 index eec9c9509..278ff0978 100644
17 --- a/dev-vcs/gitqlient/gitqlient-9999.ebuild
18 +++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild
19 @@ -10,7 +10,7 @@ MY_PN="GitQlient"
20 DESCRIPTION="Multi-platform Git client written with Qt"
21 HOMEPAGE="https://github.com/francescmm/GitQlient"
22
23 -EGIT_BRANCH="develop"
24 +#EGIT_BRANCH="develop"
25 EGIT_REPO_URI="https://github.com/francescmm/${MY_PN}.git"
26 SRC_URI=""
27 KEYWORDS=""