mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
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:
parent
bb17e4ad03
commit
afee12d019
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user