aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2020-12-29 10:26:39 +1300
committerTheo Anderson <telans@posteo.de>2020-12-29 10:26:39 +1300
commit7335cc678666c47dc709c2eb192e107cb29a8b49 (patch)
tree137cabdf13af9d2df48077db680fd048fd7c5be4
parentdev-vcs/gitahead: filter-flags -flto*; fixes segfault (diff)
downloadguru-7335cc67.tar.gz
guru-7335cc67.tar.bz2
guru-7335cc67.zip
dev-vcs/gitahead: fix inherit
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
-rw-r--r--dev-vcs/gitahead/gitahead-2.6.3.ebuild2
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"