diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 21:15:00 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:14:47 +0200 |
commit | 284fb8af9e2f0fc44ba47ddd0a5efbde441bfba6 (patch) | |
tree | aa0ca52c052fa1f7e8ab70bd64809a6348ad0137 /x11-libs/libXres | |
parent | x11-libs/xpyb: use HTTPS for freedesktop.org (diff) | |
download | gentoo-284fb8af9e2f0fc44ba47ddd0a5efbde441bfba6.tar.gz gentoo-284fb8af9e2f0fc44ba47ddd0a5efbde441bfba6.tar.bz2 gentoo-284fb8af9e2f0fc44ba47ddd0a5efbde441bfba6.zip |
x11-libs/libXres: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r-- | x11-libs/libXres/libXres-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libXres/libXres-1.0.7.ebuild b/x11-libs/libXres/libXres-1.0.7.ebuild index de5b3eda87d9..0247056ddcb0 100644 --- a/x11-libs/libXres/libXres-1.0.7.ebuild +++ b/x11-libs/libXres/libXres-1.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/lib/libXRes" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXRes.git" DESCRIPTION="X.Org XRes library" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |