summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 17:34:24 +0100
committerMichael Palimaka <kensington@gentoo.org>2018-03-20 22:36:20 +1100
commitcd45d036154ae88179078883c4387f6a75a86b7f (patch)
tree5969e2a0db59f21ec8201d14dfc98b679b909338 /dev-util/lxqt-build-tools
parentdev-db/etcd: Remove old (diff)
downloadgentoo-cd45d036154ae88179078883c4387f6a75a86b7f.tar.gz
gentoo-cd45d036154ae88179078883c4387f6a75a86b7f.tar.bz2
gentoo-cd45d036154ae88179078883c4387f6a75a86b7f.zip
dev-util/lxqt-build-tools: use HTTPS, fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/7490
Diffstat (limited to 'dev-util/lxqt-build-tools')
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
index 566008f0bf5f..2e7a30904d4b 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="LXQt Build tools"
-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"
else
- SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi