diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
commit | 68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a (patch) | |
tree | ca4e4030d07279d14435f8b3fc14a6abfc861d9c /sys-auth | |
parent | Convert all URIs for launchpad.net from http to https (diff) | |
download | gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.gz gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.bz2 gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.zip |
Convert URIs for gnome.org and kde.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild index 6f05189e8baa..f23487912c55 100644 --- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild +++ b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild @@ -14,7 +14,7 @@ KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr inherit kde4-base DESCRIPTION="PolKit agent module for KDE" -HOMEPAGE="http://www.kde.org" +HOMEPAGE="https://www.kde.org" if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz" fi diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild index 4cb68644104e..a7708ec1c584 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild @@ -9,7 +9,7 @@ MY_P="${P/qt/qt-1}" inherit cmake-utils multibuild DESCRIPTION="PolicyKit Qt4 API wrapper library" -HOMEPAGE="http://www.kde.org/" +HOMEPAGE="https://www.kde.org/" SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2" LICENSE="LGPL-2" |