x11-libs/libxkbcommon: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 15:10:53 +0000 (01:10 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:50 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild

index 7537f00b8982a1431c7405c79d82a6fa9735a168..69ff6c0b44225a52814413850a4a4287df529810 100644 (file)
@@ -8,10 +8,10 @@ XORG_MULTILIB="yes"
 if [[ ${PV} = *9999* ]]; then
        GIT_ECLASS="git-r3"
        EXPERIMENTAL="true"
-       EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+       EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
 else
        XORG_BASE_INDIVIDUAL_URI=""
-       SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+       SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
 fi
 
 inherit xorg-2 ${GIT_ECLASS}
index 61778242bf97f82f37a48b203ff392572b5d38c8..dfd5bab5d30b1708a70ba2b2157fb7a0f339ef79 100644 (file)
@@ -7,10 +7,10 @@ XORG_MULTILIB="yes"
 if [[ ${PV} = *9999* ]]; then
        GIT_ECLASS="git-r3"
        EXPERIMENTAL="true"
-       EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+       EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
 else
        XORG_BASE_INDIVIDUAL_URI=""
-       SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+       SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
 fi
 
 inherit xorg-2 ${GIT_ECLASS}