commit: 330107bdabf3a7296232736128d5991af08fd087 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Jan 12 10:45:10 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 10:45:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330107bd
dev-libs/libqtxdg: use HTTPS Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild | 8 ++++---- 1 file 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 194c8516ead..ed5a953680b 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
