lxqt-base/lxqt-panel: use HTTPS.

This commit is contained in:
Michael Mair-Keimberger
2018-05-07 21:06:20 +02:00
committed by Patrice Clement
parent 25e2ff15da
commit 60681e131d

View File

@@ -5,11 +5,11 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt desktop panel and plugins"
HOMEPAGE="http://lxqt.org/"
HOMEPAGE="https://lxqt.org"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~arm64 x86"