diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-24 00:10:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-24 00:11:00 +0100 |
commit | dac6cb5aede7c526274145dffcc2826f27fcd6f4 (patch) | |
tree | bb4a6da6a781147e0352f6cfbc0bf0f8a4493233 /dev-vcs | |
parent | media-libs/aubio: Added python3_{8,9} support (diff) | |
download | gentoo-dac6cb5aede7c526274145dffcc2826f27fcd6f4.tar.gz gentoo-dac6cb5aede7c526274145dffcc2826f27fcd6f4.tar.bz2 gentoo-dac6cb5aede7c526274145dffcc2826f27fcd6f4.zip |
dev-vcs/qgit: inherit xdg cmake, because src_prepare
Closes: https://bugs.gentoo.org/755002
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs')
-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 ecec11236596..c7025221d0ff 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 xdg +inherit xdg cmake DESCRIPTION="Qt GUI for git repositories" HOMEPAGE="https://github.com/tibirna/qgit" |