commit:     45a501b67600b00178fb68ce2bf8b8516eb28cc5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 21:14:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 21:14:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a501b6

app-admin/sudo: mercurial->git for live

Also, per e6cf241b03f17ee18beab368f038206cdbc5d1a1, the GH repo is canonical,
not a mirror (now).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/sudo/sudo-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild
index 8fff95b78b8b..4bc530f28c20 100644
--- a/app-admin/sudo/sudo-9999.ebuild
+++ b/app-admin/sudo/sudo-9999.ebuild
@@ -12,8 +12,11 @@ DESCRIPTION="Allows users or groups to run commands as other 
users"
 HOMEPAGE="https://www.sudo.ws/";
 
 if [[ ${PV} == 9999 ]] ; then
-       inherit autotools mercurial
-       EHG_REPO_URI="https://www.sudo.ws/repos/sudo";
+       EGIT_REPO_URI="
+               https://github.com/sudo-project/sudo
+               https://git.sudo.ws/sudo
+       "
+       inherit autotools git-r3
 else
        VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sudo.ws.asc
        inherit libtool verify-sig

Reply via email to