diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 22:32:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:15:18 +0200 |
commit | 2a261736272a9275c1cd35e9fc4b45b135beaeab (patch) | |
tree | 215cd3de577445b9b40c98d0a070ce3ebeb24e79 /x11-proto/xcb-proto | |
parent | x11-misc/xkeyboard-config: use HTTPS for freedesktop.org (diff) | |
download | gentoo-2a261736272a9275c1cd35e9fc4b45b135beaeab.tar.gz gentoo-2a261736272a9275c1cd35e9fc4b45b135beaeab.tar.bz2 gentoo-2a261736272a9275c1cd35e9fc4b45b135beaeab.zip |
x11-proto/xcb-proto: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-proto/xcb-proto')
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild index c37c78fd979d..a49cbb8e2a4a 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild @@ -10,7 +10,7 @@ inherit python-r1 xorg-2 DESCRIPTION="X C-language Bindings protocol headers" HOMEPAGE="https://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git" [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" |