From: David Hicks Date: Mon, 31 Jul 2017 13:48:51 +0000 (+1000) Subject: xdg-utils.eclass: use HTTPS for freedesktop.org X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7557b386651ba45f3cdd8f26c0b2bfae898e3a4e;p=gentoo.git xdg-utils.eclass: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 1f5d4b0b4c52..840bd7ce2012 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -55,7 +55,7 @@ xdg_environment_reset() { mkdir -p "${XDG_DATA_HOME}" "${XDG_CONFIG_HOME}" "${XDG_CACHE_HOME}" \ "${XDG_RUNTIME_DIR}" || die # This directory needs to be owned by the user, and chmod 0700 - # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + # https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html chmod 0700 "${XDG_RUNTIME_DIR}" || die unset DBUS_SESSION_BUS_ADDRESS