diff options
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> |