diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 20:59:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:13:58 +0200 |
commit | 482f6bba2d3ca9a9b7ad35be3bcbb7b3eac9d6c8 (patch) | |
tree | 32f49cabe6ac453ce257ef4eb0f60edfac0d8ead /x11-libs | |
parent | profiles/package.mask: mask dev-java/toolkit-9999. (diff) | |
download | gentoo-482f6bba2d3ca9a9b7ad35be3bcbb7b3eac9d6c8.tar.gz gentoo-482f6bba2d3ca9a9b7ad35be3bcbb7b3eac9d6c8.tar.bz2 gentoo-482f6bba2d3ca9a9b7ad35be3bcbb7b3eac9d6c8.zip |
x11-libs/xcb-util: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild index 907d30294a2a..30030133f96d 100644 --- a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild @@ -9,7 +9,7 @@ XORG_DOC=doc XORG_MULTILIB=yes inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util.git" DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="https://xcb.freedesktop.org/" |