app-admin/keepassxc: updating 9999 for new build options and deps
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 11 Feb 2018 21:58:42 +0000 (15:58 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 11 Feb 2018 21:58:59 +0000 (15:58 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/keepassxc/keepassxc-9999.ebuild

index 15016b6c462e81db80d0f80d55d537d7fd6e9e5f..5d2d57477dde804c539631fc3ae8b8c26bc446af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,6 +23,7 @@ SLOT="0"
 IUSE="autotype debug http test yubikey"
 
 RDEPEND="
+       app-crypt/argon2:=
        dev-libs/libgcrypt:=
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
@@ -59,6 +60,8 @@ src_configure() {
                -DWITH_TESTS="$(usex test)"
                -DWITH_XC_AUTOTYPE="$(usex autotype)"
                -DWITH_XC_HTTP="$(usex http)"
+               -DWITH_XC_NETWORKING="$(usex network)"
+               -DWITH_XC_BROWSER="$(usex browser)"
                -DWITH_XC_YUBIKEY="$(usex yubikey)"
        )
        cmake-utils_src_configure