summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-11-20 18:24:47 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-11-23 00:22:00 +0100
commit06d87bf7aa79e2602b1f27822082cb2733c9ca5e (patch)
treee8e2af529e0df2c39a6d46134fe93a53448d26a1 /dev-games
parentmail-mta/opensmtpd: remove unused patch (diff)
downloadgentoo-06d87bf7aa79e2602b1f27822082cb2733c9ca5e.tar.gz
gentoo-06d87bf7aa79e2602b1f27822082cb2733c9ca5e.tar.bz2
gentoo-06d87bf7aa79e2602b1f27822082cb2733c9ca5e.zip
dev-games/physfs: use github repo instead of mercurial
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/physfs/physfs-9999.ebuild4
1 files 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"