Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitahead/
Date: Mon, 28 Dec 2020 23:22:48
Message-Id: 1609190799.7335cc678666c47dc709c2eb192e107cb29a8b49.andrewammerlaan@gentoo
1 commit: 7335cc678666c47dc709c2eb192e107cb29a8b49
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Dec 28 21:26:39 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Dec 28 21:26:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7335cc67
7
8 dev-vcs/gitahead: fix inherit
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-vcs/gitahead/gitahead-2.6.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
17 index 2aa711a8..7dc03b62 100644
18 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
19 +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit desktop xdg cmake wrapper
25 +inherit desktop xdg cmake wrapper flag-o-matic
26
27 DESCRIPTION="Graphical Git client to help understand and manage source code history"
28 HOMEPAGE="https://github.com/gitahead/gitahead"