From d6ce8f9b0d92fbbcc079016a095e50323aefc3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 27 Dec 2020 17:11:46 +0100 Subject: [PATCH] dev-vcs/gitahead: add gnome-keyring USE flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć --- dev-vcs/gitahead/gitahead-2.6.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index dcda35cbf1..8effd92c61 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -20,6 +20,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RESTRICT="test" +IUSE="gnome-keyring" RDEPEND=" dev-qt/qtconcurrent:5 @@ -29,6 +30,9 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 + gnome-keyring? ( + app-crypt/libsecret + ) " DEPEND="${RDEPEND}"