Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/
Date: Sun, 27 Dec 2020 16:11:53
Message-Id: 1609085506.d6ce8f9b0d92fbbcc079016a095e50323aefc3f3.xgqt@gentoo
1 commit: d6ce8f9b0d92fbbcc079016a095e50323aefc3f3
2 Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
3 AuthorDate: Sun Dec 27 16:11:46 2020 +0000
4 Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
5 CommitDate: Sun Dec 27 16:11:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6ce8f9b
7
8 dev-vcs/gitahead: add gnome-keyring USE flag
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
12
13 dev-vcs/gitahead/gitahead-2.6.3.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
17 index dcda35cb..8effd92c 100644
18 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
19 +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
20 @@ -20,6 +20,7 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64"
23 RESTRICT="test"
24 +IUSE="gnome-keyring"
25
26 RDEPEND="
27 dev-qt/qtconcurrent:5
28 @@ -29,6 +30,9 @@ RDEPEND="
29 dev-qt/qtprintsupport:5
30 dev-qt/qttest:5
31 dev-qt/qtwidgets:5
32 + gnome-keyring? (
33 + app-crypt/libsecret
34 + )
35 "
36 DEPEND="${RDEPEND}"