diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:05:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:06:08 +0200 |
commit | a7bd6c001423fc41b464cfb6d348c253fff7a3d8 (patch) | |
tree | e2344589c56b223187a8e50104e503994c527c85 /profiles/base/make.defaults | |
parent | Switch to https in skeleton files (diff) | |
download | gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.tar.gz gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.tar.bz2 gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.zip |
profiles: Switch URLs to https if possible
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 8602f4d9f903..bda4edf634fd 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -97,7 +97,7 @@ USE="cracklib" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" # 2009/09/21 Robin H. Johnson <robbat2@gentoo.org> -# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml +# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml # Build kernel modules from linux-mod by default: USE="${USE} modules" @@ -108,7 +108,7 @@ RUBY_TARGETS="ruby19 ruby20" # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx # instead of USE nocxx. -# http://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml +# https://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml USE="${USE} cxx" # Tiziano Müller <dev-zero@gentoo.org> (24 Jan 2010) |