commit: 6028180a669294e72cee851b77b345e64b585b09
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 13:41:02 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 13:42:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6028180a
kde4-base.eclass: use https.
eclass/kde4-base.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index e9dfef8..1e0ff2e 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