Merge pull request #2630 from dm0-/gnupg

profiles: disable smartcard in gnupg for the boards
This commit is contained in:
David Michael 2017-06-27 17:09:48 -07:00 committed by GitHub
commit 19a1bf5c20
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# We don't ship GnuTLS by default
app-crypt/gnupg gnutls
# We don't ship GnuTLS by default, and smartcard has a dep loop
app-crypt/gnupg gnutls smartcard
# We don't need integration with cvs, perl, or subversion in git, so we can
dev-vcs/git cvs perl subversion

View File

@ -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
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
cross-aarch64-cros-linux-gnu/glibc hardened