commit: 06d87bf7aa79e2602b1f27822082cb2733c9ca5e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 20 17:24:47 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 23:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d87bf7
dev-games/physfs: use github repo instead of mercurial Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-games/physfs/physfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild index f91ada07391b..0a36ad41704d 100644 --- a/dev-games/physfs/physfs-9999.ebuild +++ b/dev-games/physfs/physfs-9999.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Abstraction layer for filesystem and archive access" HOMEPAGE="https://icculus.org/physfs/" if [[ ${PV} == *9999* ]]; then - EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" - inherit mercurial + inherit git-r3 + EGIT_REPO_URI="https://github.com/icculus/physfs.git" else KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"
