diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-11 15:58:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-11 15:58:59 -0600 |
commit | e06a02d1bb7eeecfe1fd66b9081cfed18058e428 (patch) | |
tree | 177a1022457766f19bc6411bfc79e528b977d522 /app-admin/keepassxc | |
parent | Lastrite: app-crypt/monkeysign (diff) | |
download | gentoo-e06a02d1bb7eeecfe1fd66b9081cfed18058e428.tar.gz gentoo-e06a02d1bb7eeecfe1fd66b9081cfed18058e428.tar.bz2 gentoo-e06a02d1bb7eeecfe1fd66b9081cfed18058e428.zip |
app-admin/keepassxc: updating 9999 for new build options and deps
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 15016b6c462e..5d2d57477dde 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -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 |