commit: ed9c2926a6923e1d3b59e62a01eea0c780ffe873
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 08:43:17 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 08:43:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9c2926
app-admin/keepassxc: Put net-libs/libmicrohttpd behind "http" USE flag.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/keepassxc/keepassxc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild
b/app-admin/keepassxc/keepassxc-9999.ebuild
index df26042207..b8c270b05b 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -29,13 +29,13 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
- net-libs/libmicrohttpd
sys-libs/zlib
autotype? (
dev-qt/qtx11extras:5
x11-libs/libXi
x11-libs/libXtst
)
+ http? ( net-libs/libmicrohttpd )
"
# yubikey? ( sys-auth/libyubikey )