mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
app-crypt/sequoia-chameleon-gnupg: Add gnupg/freepg dep
Closes: https://bugs.gentoo.org/963856 Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44224 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -41,7 +41,15 @@ DEPEND="
|
||||
dev-libs/nettle:=
|
||||
dev-libs/openssl:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
# gpg-agent needed for secret key operations
|
||||
# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg#gpg-sq
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
|| (
|
||||
app-crypt/gnupg
|
||||
app-crypt/freepg
|
||||
)
|
||||
"
|
||||
# Clang needed for bindgen
|
||||
BDEPEND="
|
||||
$(llvm_gen_dep '
|
||||
Reference in New Issue
Block a user