summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-09-10 23:41:02 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-09-10 23:42:41 +1000
commit6028180a669294e72cee851b77b345e64b585b09 (patch)
treecf1a79f31c1040af65f6c12ead5cf0048e6e46db /eclass
parentkde5-meta-pkg.eclass: use https. (diff)
downloadgentoo-6028180a669294e72cee851b77b345e64b585b09.tar.gz
gentoo-6028180a669294e72cee851b77b345e64b585b09.tar.bz2
gentoo-6028180a669294e72cee851b77b345e64b585b09.zip
kde4-base.eclass: use https.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass4
1 files changed, 2 insertions, 2 deletions
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