diff options
author | Maciej Barć <xgqt@riseup.net> | 2021-04-15 17:10:52 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@riseup.net> | 2021-04-15 17:12:32 +0200 |
commit | 131d1550b970aa8a0fa66d5fb3cd0e23aac3c388 (patch) | |
tree | ef91708c191c07d0e21c6c8ddc7238ebdeb0efbc /dev-vcs/gitahead | |
parent | app-text/komikku: bump to 0.27.0 (diff) | |
download | guru-131d1550b970aa8a0fa66d5fb3cd0e23aac3c388.tar.gz guru-131d1550b970aa8a0fa66d5fb3cd0e23aac3c388.tar.bz2 guru-131d1550b970aa8a0fa66d5fb3cd0e23aac3c388.zip |
dev-vcs/gitahead: add missing deps and QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/782946
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'dev-vcs/gitahead')
-rw-r--r-- | dev-vcs/gitahead/gitahead-2.6.3.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 5647e4e2c..4bd401c92 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -24,6 +24,8 @@ RESTRICT="test" IUSE="gnome-keyring" RDEPEND=" + app-crypt/mit-krb5 + app-text/cmark dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -31,6 +33,7 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 + net-libs/libssh2 gnome-keyring? ( app-crypt/libsecret ) @@ -40,6 +43,12 @@ DEPEND=" dev-qt/linguist-tools:5 " +QA_FLAGS_IGNORED=" + usr/share/GitAhead/Plugins/imageformats/libqjpeg.so + usr/share/GitAhead/Plugins/platforms/libqxcb.so + usr/share/GitAhead/Plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so +" + src_unpack() { unpack "${P}.tar.gz" |