diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-28 16:38:55 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-28 16:39:14 +0200 |
commit | 7faca05f85d4f5b652d46d6e0db8419819f65b4e (patch) | |
tree | fe6efb920a227aadb74f14da226225c86f21e851 /sys-apps/kbd | |
parent | sys-kernel/linux-headers: sh stable wrt bug #690278 (diff) | |
download | gentoo-7faca05f85d4f5b652d46d6e0db8419819f65b4e.tar.gz gentoo-7faca05f85d4f5b652d46d6e0db8419819f65b4e.tar.bz2 gentoo-7faca05f85d4f5b652d46d6e0db8419819f65b4e.zip |
sys-apps/kbd: Use GitHub repo in live ebuild.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r-- | sys-apps/kbd/kbd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild index 5c0afcf48a51..097ab17ac29d 100644 --- a/sys-apps/kbd/kbd-9999.ebuild +++ b/sys-apps/kbd/kbd-9999.ebuild @@ -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" |