mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #2630 from dm0-/gnupg
profiles: disable smartcard in gnupg for the boards
This commit is contained in:
commit
19a1bf5c20
@ -1,5 +1,5 @@
|
|||||||
# We don't ship GnuTLS by default
|
# We don't ship GnuTLS by default, and smartcard has a dep loop
|
||||||
app-crypt/gnupg gnutls
|
app-crypt/gnupg gnutls smartcard
|
||||||
|
|
||||||
# We don't need integration with cvs, perl, or subversion in git, so we can
|
# We don't need integration with cvs, perl, or subversion in git, so we can
|
||||||
dev-vcs/git cvs perl subversion
|
dev-vcs/git cvs perl subversion
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Allow smartcard support in the SDK for image signing
|
||||||
|
app-crypt/gnupg -smartcard
|
||||||
|
|
||||||
# hardened and sanitize are masked for arm64, cross compilers should agree
|
# hardened and sanitize are masked for arm64, cross compilers should agree
|
||||||
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
|
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
|
||||||
cross-aarch64-cros-linux-gnu/glibc hardened
|
cross-aarch64-cros-linux-gnu/glibc hardened
|
||||||
|
Loading…
x
Reference in New Issue
Block a user