From: Michael Palimaka Date: Thu, 10 Sep 2015 13:41:02 +0000 (+1000) Subject: kde4-base.eclass: use https. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6028180a669294e72cee851b77b345e64b585b09;p=gentoo.git kde4-base.eclass: use https. --- diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index e9dfef81ac50..1e0ff2e854e5 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -168,7 +168,7 @@ fi # Setup packages inheriting this eclass case ${KDEBASE} in kde-base) - HOMEPAGE="http://www.kde.org/" + HOMEPAGE="https://www.kde.org/" LICENSE="GPL-2" if [[ ${KDE_BUILD_TYPE} = live && -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then # Disable tests for live ebuilds by default @@ -185,7 +185,7 @@ case ${KDEBASE} in esac ;; kdevelop) - HOMEPAGE="http://www.kdevelop.org/" + HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2" ;; esac