summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-03-23 09:38:42 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-03-23 09:40:12 +0100
commit58cb9de75dad48328f1e84ed36012888b58436c2 (patch)
treee2bb89d3cb85e3004cf978edaf07909fa9d7401a /app-admin/keepassxc
parentdev-java/rome: Drop 0.9-r3 (diff)
downloadgentoo-58cb9de75dad48328f1e84ed36012888b58436c2.tar.gz
gentoo-58cb9de75dad48328f1e84ed36012888b58436c2.tar.bz2
gentoo-58cb9de75dad48328f1e84ed36012888b58436c2.zip
app-admin/keepassxc: Revbump adding app-crypt/argon2 to RDEPEND
Closes: https://bugs.gentoo.org/835832 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r--app-admin/keepassxc/keepassxc-2.7.0-r1.ebuild (renamed from app-admin/keepassxc/keepassxc-2.7.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.0.ebuild b/app-admin/keepassxc/keepassxc-2.7.0-r1.ebuild
index 3d0e25a306e7..5a55699208b5 100644
--- a/app-admin/keepassxc/keepassxc-2.7.0.ebuild
+++ b/app-admin/keepassxc/keepassxc-2.7.0-r1.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" != *9999 ]] ; then
else
#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
else
inherit git-r3
@@ -30,6 +30,7 @@ IUSE="autotype browser ccache doc keeshare +network test yubikey"
RESTRICT="!test? ( test )"
RDEPEND="
+ app-crypt/argon2:=
dev-libs/botan:2
dev-qt/qtconcurrent:5
dev-qt/qtcore:5