profiles/coreos: update gnupg use flags

Newer versions of gnupg have an 'ssl' use flag, which is effectively the
same as the gnutls flag we already disabled.

This PR also enables 'usb' in addition to 'smartcard' for the sdk. Some
smartcards are also usb devices.
This commit is contained in:
Euan Kemp 2018-03-20 15:36:59 -07:00
parent bb17e4ad03
commit afee12d019
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# We don't ship GnuTLS by default, and smartcard has a dep loop # We don't ship GnuTLS by default, and smartcard has a dep loop
app-crypt/gnupg gnutls smartcard app-crypt/gnupg smartcard ssl
# 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

@ -5,6 +5,9 @@ dev-vcs/git pcre
dev-util/catalyst ccache dev-util/catalyst ccache
dev-lang/python sqlite dev-lang/python sqlite
# Allow smartcard support in the SDK for image signing
app-crypt/gnupg smartcard usb
# for qemu # for qemu
app-arch/bzip2 static-libs app-arch/bzip2 static-libs
app-emulation/qemu static-user app-emulation/qemu static-user