commit: f7560c07f882c2dd4f95685e92e2ac18a20ad6d6 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Mar 20 11:35:26 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Mar 20 11:35:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f7560c07
dev-util/lxqt-build-tools: use HTTPS Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index 04290248..a28ed1dc 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.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=6 inherit cmake-utils DESCRIPTION="LXQt Build tools" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" -if [[ ${PV} == *9999* ]]; then +if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxde/${PN}.git" else - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi
