Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/
Date: Thu, 15 Apr 2021 15:12:57
Message-Id: 1618499552.131d1550b970aa8a0fa66d5fb3cd0e23aac3c388.xgqt@gentoo
1 commit: 131d1550b970aa8a0fa66d5fb3cd0e23aac3c388
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 15 15:10:52 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 15 15:12:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=131d1550
7
8 dev-vcs/gitahead: add missing deps and QA_FLAGS_IGNORED
9
10 Closes: https://bugs.gentoo.org/782946
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
13
14 dev-vcs/gitahead/gitahead-2.6.3.ebuild | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
18 index 5647e4e2c..4bd401c92 100644
19 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
20 +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
21 @@ -24,6 +24,8 @@ RESTRICT="test"
22 IUSE="gnome-keyring"
23
24 RDEPEND="
25 + app-crypt/mit-krb5
26 + app-text/cmark
27 dev-qt/qtconcurrent:5
28 dev-qt/qtcore:5
29 dev-qt/qtgui:5
30 @@ -31,6 +33,7 @@ RDEPEND="
31 dev-qt/qtprintsupport:5
32 dev-qt/qttest:5
33 dev-qt/qtwidgets:5
34 + net-libs/libssh2
35 gnome-keyring? (
36 app-crypt/libsecret
37 )
38 @@ -40,6 +43,12 @@ DEPEND="
39 dev-qt/linguist-tools:5
40 "
41
42 +QA_FLAGS_IGNORED="
43 + usr/share/GitAhead/Plugins/imageformats/libqjpeg.so
44 + usr/share/GitAhead/Plugins/platforms/libqxcb.so
45 + usr/share/GitAhead/Plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
46 +"
47 +
48 src_unpack() {
49 unpack "${P}.tar.gz"