Skip to content

Commit

Permalink
app-misc/tmux-mem-cpu-load: fix github EGIT_REPO_URI
Browse files Browse the repository at this point in the history
GitHub no longer supports git://, let's switch to https://.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 2, 2021
1 parent d2ae4dc commit 0545003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit cmake-utils
IUSE=""
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"}
SRC_URI=""
else
KEYWORDS="amd64 ~arm64 x86"
Expand Down
4 changes: 2 additions & 2 deletions app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -8,7 +8,7 @@ inherit cmake-utils
IUSE=""
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"}
SRC_URI=""
else
KEYWORDS=""
Expand Down

0 comments on commit 0545003

Please sign in to comment.