diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-23 17:23:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-23 17:24:19 -0600 |
commit | 065c7ba2376d7181774d81443e06cd6f5e173b31 (patch) | |
tree | 83949d7fc5db88f8a80cc0d4383c2e824ef47b53 /app-admin/keepassxc | |
parent | mail-client/sylpheed: stable 3.6.0 for ia64, bug #648514 (diff) | |
download | gentoo-065c7ba2376d7181774d81443e06cd6f5e173b31.tar.gz gentoo-065c7ba2376d7181774d81443e06cd6f5e173b31.tar.bz2 gentoo-065c7ba2376d7181774d81443e06cd6f5e173b31.zip |
app-admin/keepassxc: fixing use flags
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 | 2 | ||||
-rw-r--r-- | app-admin/keepassxc/metadata.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 5d2d57477dde..96bd13881e8c 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="LGPL-2.1 GPL-2 GPL-3" SLOT="0" -IUSE="autotype debug http test yubikey" +IUSE="autotype browser debug http network test yubikey" RDEPEND=" app-crypt/argon2:= diff --git a/app-admin/keepassxc/metadata.xml b/app-admin/keepassxc/metadata.xml index 80385e835f0b..ad767a50b284 100644 --- a/app-admin/keepassxc/metadata.xml +++ b/app-admin/keepassxc/metadata.xml @@ -7,7 +7,9 @@ </maintainer> <use> <flag name="autotype">Add support to autotype the passwords into other applications</flag> + <flag name="browser">Enables browser plugin support</flag> <flag name="http">Add http support</flag> + <flag name="network">Enable network support</flag> <flag name="yubikey">Enable database unlocking via YubiKey.</flag> </use> <longdescription> |