From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CB0E1382C5 for ; Fri, 23 Feb 2018 23:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EEBE0829; Fri, 23 Feb 2018 23:24:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31DABE0829 for ; Fri, 23 Feb 2018 23:24:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2B99335C06 for ; Fri, 23 Feb 2018 23:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E97D1A7 for ; Fri, 23 Feb 2018 23:24:35 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1519428259.065c7ba2376d7181774d81443e06cd6f5e173b31.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-9999.ebuild app-admin/keepassxc/metadata.xml X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 065c7ba2376d7181774d81443e06cd6f5e173b31 X-VCS-Branch: master Date: Fri, 23 Feb 2018 23:24:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7526b1fe-3065-422c-b515-7d83bf7352b1 X-Archives-Hash: 123992f78562b65089bff104f9fb4f97 commit: 065c7ba2376d7181774d81443e06cd6f5e173b31 Author: Matthew Thode gentoo org> AuthorDate: Fri Feb 23 23:23:58 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Feb 23 23:24:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065c7ba2 app-admin/keepassxc: fixing use flags Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-admin/keepassxc/keepassxc-9999.ebuild | 2 +- app-admin/keepassxc/metadata.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 5d2d57477dd..96bd13881e8 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 80385e835f0..ad767a50b28 100644 --- a/app-admin/keepassxc/metadata.xml +++ b/app-admin/keepassxc/metadata.xml @@ -7,7 +7,9 @@ Add support to autotype the passwords into other applications + Enables browser plugin support Add http support + Enable network support Enable database unlocking via YubiKey.