diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 22:01:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:15:10 +0200 |
commit | e3868bd5e1dcc9821c5cc5a85cf6ddc74f05e17f (patch) | |
tree | 9666c90966d746f2745416aa15f6670675586a21 /x11-misc | |
parent | 66772925a3b38cfb8a956713fe512df3fccbee1a (diff) | |
download | gentoo-e3868bd5e1dcc9821c5cc5a85cf6ddc74f05e17f.tar.gz gentoo-e3868bd5e1dcc9821c5cc5a85cf6ddc74f05e17f.tar.xz |
x11-misc/util-macros: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/util-macros/util-macros-1.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/util-macros/util-macros-1.19.1.ebuild b/x11-misc/util-macros/util-macros-1.19.1.ebuild index ccd25491c7d..51a04097da4 100644 --- a/x11-misc/util-macros/util-macros-1.19.1.ebuild +++ b/x11-misc/util-macros/util-macros-1.19.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/util/macros" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/macros.git" DESCRIPTION="X.Org autotools utility macros" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |