commit: c0e718aeb37f01703ec46264c8c41e6e5fabed8c Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Nov 16 23:21:12 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Nov 16 23:21:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e718ae
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 <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-vcs/qgit/qgit-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/qgit/qgit-2.9.ebuild b/dev-vcs/qgit/qgit-2.9.ebuild index bcf86ac3f0d..ecec1123659 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"
