Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
Date: Fri, 11 May 2018 21:56:24
Message-Id: 1526075767.6eb6ab4e9342dd5b50a293017ecbc9c9049735df.monsieurp@gentoo
1 commit: 6eb6ab4e9342dd5b50a293017ecbc9c9049735df
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon May 7 19:05:36 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 21:56:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb6ab4e
7
8 lxqt-base/lxqt-l10n: use HTTPS.
9
10 lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
14 index 730a29ddb36..27fa16aa85d 100644
15 --- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
16 +++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
17 @@ -5,11 +5,11 @@ EAPI=6
18 inherit cmake-utils
19
20 DESCRIPTION="LXQt localisation package"
21 -HOMEPAGE="http://lxqt.org/"
22 +HOMEPAGE="https://lxqt.org"
23
24 if [[ ${PV} = *9999* ]]; then
25 inherit git-r3
26 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
27 + EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
28 else
29 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
30 KEYWORDS="~amd64 ~arm ~arm64 ~x86"