sys-apps/kbd: Use GitHub repo in live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 28 Jul 2019 14:38:55 +0000 (16:38 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 28 Jul 2019 14:39:14 +0000 (16:39 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/kbd/kbd-9999.ebuild

index 5c0afcf48a516506896652ad19181d130934db33..097ab17ac29d7879d3c261bc052b79b37a14a997 100644 (file)
@@ -7,7 +7,8 @@ inherit pam
 
 if [[ ${PV} == "9999" ]] ; then
        inherit autotools git-r3
-       EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
+       #EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
+       EGIT_REPO_URI="https://github.com/legionus/kbd.git"
        EGIT_BRANCH="master"
 else
        SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz"