diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-12 21:45:11 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-12 21:45:17 +1100 |
commit | 6cab147c6d6c0f0304008be16396f44d4ec01969 (patch) | |
tree | dbed762cd9ee39cd0f85a57d99c52ce54aec84f4 /dev-libs | |
parent | travis: use 17.0 profile (diff) | |
download | qt-6cab147c6d6c0f0304008be16396f44d4ec01969.tar.gz qt-6cab147c6d6c0f0304008be16396f44d4ec01969.tar.bz2 qt-6cab147c6d6c0f0304008be16396f44d4ec01969.zip |
dev-libs/libqtxdg: use HTTPS
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index d4790dcd..3edc5ce7 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -1,11 +1,11 @@ -# 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 virtualx DESCRIPTION="A Qt implementation of XDG standards" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} == *9999* ]]; then inherit git-r3 |