From: David Hicks Date: Mon, 31 Jul 2017 11:14:00 +0000 (+1000) Subject: x11-libs/xpyb: use HTTPS for freedesktop.org X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8eb107596db2e63bd3b017217ddfa0f5bea93d1b;p=gentoo.git x11-libs/xpyb: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild index a9b11cd1af19..64d7a33b7dab 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1 inherit flag-o-matic xorg-2 python-r1 -#EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb" +#EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/xpyb.git" SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" DESCRIPTION="XCB-based Python bindings for the X Window System" HOMEPAGE="https://xcb.freedesktop.org/"