From 7557b386651ba45f3cdd8f26c0b2bfae898e3a4e Mon Sep 17 00:00:00 2001 From: David Hicks Date: Mon, 31 Jul 2017 23:48:51 +1000 Subject: [PATCH] xdg-utils.eclass: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- eclass/xdg-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2