Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 18 Jun 2017 12:08:35
Message-Id: 1497787698.a19843112538dea0762ea1f59a3821770087f5fa.kensington@gentoo
1 commit: a19843112538dea0762ea1f59a3821770087f5fa
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 12:07:45 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1984311
7
8 kde5.eclass: use HTTPS
9
10 eclass/kde5.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index ecd14d30fbd..ef1ee5a9454 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -131,7 +131,7 @@ KDE_UNRELEASED=( )
18 if [[ ${KDEBASE} = kdevelop ]]; then
19 HOMEPAGE="https://www.kdevelop.org/"
20 elif [[ ${KDEBASE} = kdel10n ]]; then
21 - HOMEPAGE="http://l10n.kde.org"
22 + HOMEPAGE="https://l10n.kde.org"
23 elif [[ ${KMNAME} = kdepim ]]; then
24 HOMEPAGE="https://www.kde.org/applications/office/kontact/"
25 else