diff options
author | 2020-03-28 00:08:28 -0700 | |
---|---|---|
committer | 2020-03-28 00:09:36 -0700 | |
commit | d141380b915dc0896bebacfa835b6400cdd90ac3 (patch) | |
tree | 85d315f3f536d965c5829b8d8b789a47566cf05c /profiles | |
parent | dev-ruby/rmagick: add 4.1.0 (diff) | |
download | gentoo-d141380b915dc0896bebacfa835b6400cdd90ac3.tar.gz gentoo-d141380b915dc0896bebacfa835b6400cdd90ac3.tar.bz2 gentoo-d141380b915dc0896bebacfa835b6400cdd90ac3.zip |
profiles: Force USE=ssl for net-misc/wget
Closes: https://bugs.gentoo.org/611072
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.force | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 7f9150fb8351..b4af3803c891 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 + # Michał Górny <mgorny@gentoo.org> (2020-01-12) # libcxxabi is the only supported option. The support for libsupc++ # is maintained for experts only. |