summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:48:51 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:05:22 +0200
commit7557b386651ba45f3cdd8f26c0b2bfae898e3a4e (patch)
tree4a7b20651d229078f8672b5cf1237f836176710a /eclass
parentsystemd.eclass: use HTTPS for freedesktop.org (diff)
downloadgentoo-7557b386651ba45f3cdd8f26c0b2bfae898e3a4e.tar.gz
gentoo-7557b386651ba45f3cdd8f26c0b2bfae898e3a4e.tar.bz2
gentoo-7557b386651ba45f3cdd8f26c0b2bfae898e3a4e.zip
xdg-utils.eclass: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xdg-utils.eclass2
1 files changed, 1 insertions, 1 deletions
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