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:
Dongsu Park 2021-04-01 14:52:44 +02:00
parent a04b74c26a
commit 96a868fb46
2 changed files with 10 additions and 0 deletions

View File

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

View File

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