mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
profiles: force to use ssl USE flag for wget
This reverts commit f8dda51d546b466d9faf0c936b2ad5592ab1639e. Recently we dropped `bindist` from `RESTRICT` in openssl, so it is now possible to turn on `ssl` for wget again. The issue of openssl being blocked by `masked by: bindist in RESTRICT` etc. has now disappeared. Fixes https://github.com/kinvolk/Flatcar/issues/149
This commit is contained in:
parent
a04b74c26a
commit
96a868fb46
@ -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…
Reference in New Issue
Block a user