summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-12 21:45:10 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-12 21:45:21 +1100
commit330107bdabf3a7296232736128d5991af08fd087 (patch)
tree8ed8ff8b0c31b709b8df73ee226068119e0ac43b /dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
parentmedia-sound/musique: use HTTPS (diff)
downloadgentoo-330107bdabf3a7296232736128d5991af08fd087.tar.gz
gentoo-330107bdabf3a7296232736128d5991af08fd087.tar.bz2
gentoo-330107bdabf3a7296232736128d5991af08fd087.zip
dev-libs/libqtxdg: use HTTPS
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild')
-rw-r--r--dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
index 194c8516ead2..ed5a953680b7 100644
--- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils virtualx
DESCRIPTION="A Qt implementation of XDG standards"
-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://github.com/lxde/${PN}.git"
else
- SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~arm64 x86"
fi