commit: 5779b57a0bc73bf4896796ffe9d7a933fa253dbe Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Sep 3 19:26:42 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 19:31:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5779b57a
app-admin/gkrellm: Fixed EGIT_REPO_URI Thanks-to: Duncan <1i5t5.duncan <AT> cox.net> Closes: https://bugs.gentoo.org/739726 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-admin/gkrellm/gkrellm-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild b/app-admin/gkrellm/gkrellm-9999.ebuild index 1e4443fdd6e..e757131b474 100644 --- a/app-admin/gkrellm/gkrellm-9999.ebuild +++ b/app-admin/gkrellm/gkrellm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="Single process stack of various system monitors" HOMEPAGE="http://www.gkrellm.net/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.srcbox.net/gkrellm" + EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git" else SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
