diff options
author | Theo Anderson <telans@posteo.de> | 2020-12-29 10:26:39 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2020-12-29 10:26:39 +1300 |
commit | 7335cc678666c47dc709c2eb192e107cb29a8b49 (patch) | |
tree | 137cabdf13af9d2df48077db680fd048fd7c5be4 /dev-vcs/gitahead | |
parent | dev-vcs/gitahead: filter-flags -flto*; fixes segfault (diff) | |
download | guru-7335cc678666c47dc709c2eb192e107cb29a8b49.tar.gz guru-7335cc678666c47dc709c2eb192e107cb29a8b49.tar.bz2 guru-7335cc678666c47dc709c2eb192e107cb29a8b49.zip |
dev-vcs/gitahead: fix inherit
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'dev-vcs/gitahead')
-rw-r--r-- | dev-vcs/gitahead/gitahead-2.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 2aa711a88..7dc03b625 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop xdg cmake wrapper +inherit desktop xdg cmake wrapper flag-o-matic DESCRIPTION="Graphical Git client to help understand and manage source code history" HOMEPAGE="https://github.com/gitahead/gitahead" |