diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-17 00:21:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-17 00:21:12 +0100 |
commit | c0e718aeb37f01703ec46264c8c41e6e5fabed8c (patch) | |
tree | 9a601c5c79abb31ecaf035e65be9bdab16132b79 /dev-vcs/qgit | |
parent | media-sound/lollypop: inherit xdg.eclass (diff) | |
download | gentoo-c0e718aeb37f01703ec46264c8c41e6e5fabed8c.tar.gz gentoo-c0e718aeb37f01703ec46264c8c41e6e5fabed8c.tar.bz2 gentoo-c0e718aeb37f01703ec46264c8c41e6e5fabed8c.zip |
dev-vcs/qgit: inherit xdg.eclass
Closes: https://bugs.gentoo.org/716022
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs/qgit')
-rw-r--r-- | dev-vcs/qgit/qgit-2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/qgit/qgit-2.9.ebuild b/dev-vcs/qgit/qgit-2.9.ebuild index bcf86ac3f0d0..ecec11236596 100644 --- a/dev-vcs/qgit/qgit-2.9.ebuild +++ b/dev-vcs/qgit/qgit-2.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake xdg DESCRIPTION="Qt GUI for git repositories" HOMEPAGE="https://github.com/tibirna/qgit" |