profiles: disable smartcard in gnupg for the boards

This avoids a dependency loop and pulling in libusb-compat.  The
option is still enabled for the SDK, where it might be useful.
This commit is contained in:
David Michael 2017-06-27 16:59:05 -07:00
parent 9ed5e918e1
commit 41b5b5f679
2 changed files with 5 additions and 2 deletions

View File

@ -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

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 # 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