mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
Merge pull request #932 from kinvolk/dongsu/wget-ssl
profiles: force to use ssl USE flag for wget
This commit is contained in:
commit
6c0742bf07
@ -1,2 +1,7 @@
|
||||
sys-auth/polkit -introspection
|
||||
sys-apps/systemd -introspection
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2020-03-28)
|
||||
# wget is the default FETCHCOMMAND, and most distfiles are distributed via
|
||||
# HTTPS. Bug #611072
|
||||
net-misc/wget ssl
|
||||
|
||||
@ -7,3 +7,8 @@ sys-libs/glibc crypt
|
||||
|
||||
# Do not force this flag, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2020-03-28)
|
||||
# wget is the default FETCHCOMMAND, and most distfiles are distributed via
|
||||
# HTTPS. Bug #611072
|
||||
net-misc/wget ssl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user