commit: 58440357dcafc7963ae1aac266ce4163ddea08be Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Apr 20 07:30:07 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 10:38:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58440357
x11-libs/pango: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11754 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> x11-libs/pango/pango-1.42.4-r1.ebuild | 2 +- x11-libs/pango/pango-1.42.4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/pango/pango-1.42.4-r1.ebuild b/x11-libs/pango/pango-1.42.4-r1.ebuild index 676a13a0741..6d39dcbd429 100644 --- a/x11-libs/pango/pango-1.42.4-r1.ebuild +++ b/x11-libs/pango/pango-1.42.4-r1.ebuild @@ -7,7 +7,7 @@ GNOME2_LA_PUNT="yes" inherit gnome2 multilib-minimal toolchain-funcs DESCRIPTION="Internationalized text layout and rendering library" -HOMEPAGE="http://www.pango.org/" +HOMEPAGE="https://www.pango.org/" SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz" LICENSE="LGPL-2+ FTL" diff --git a/x11-libs/pango/pango-1.42.4.ebuild b/x11-libs/pango/pango-1.42.4.ebuild index c987f5eaae7..43b3643e7dc 100644 --- a/x11-libs/pango/pango-1.42.4.ebuild +++ b/x11-libs/pango/pango-1.42.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ GNOME2_LA_PUNT="yes" inherit gnome2 multilib-minimal toolchain-funcs DESCRIPTION="Internationalized text layout and rendering library" -HOMEPAGE="http://www.pango.org/" +HOMEPAGE="https://www.pango.org/" LICENSE="LGPL-2+ FTL" SLOT="0"
