mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
lxqt-base/lxqt-panel: use HTTPS.
This commit is contained in:
committed by
Patrice Clement
parent
25e2ff15da
commit
60681e131d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user