commit: 944c7f540a96e79af2345fbc73c47d6a93cf1006 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Mon Jul 31 11:09:00 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 07:14:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c7f54
x11-libs/libxcb: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-libs/libxcb/libxcb-1.12-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild b/x11-libs/libxcb/libxcb-1.12-r2.ebuild index 91086af06cd..5310bf7c71f 100644 --- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild +++ b/x11-libs/libxcb/libxcb-1.12-r2.ebuild @@ -13,7 +13,7 @@ inherit python-any-r1 xorg-2 DESCRIPTION="X C-language Bindings library" HOMEPAGE="https://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git" [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"