commit:     993a4817299142c11ab1e0863b4560bc8b662474
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 11:21:08 2025 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 11:21:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993a4817

media-sound/ardour: updated live ebuild repo uri

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/ardour/ardour-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/ardour/ardour-9999.ebuild 
b/media-sound/ardour/ardour-9999.ebuild
index bbfe10e43adb..7f197538c693 100644
--- a/media-sound/ardour/ardour-9999.ebuild
+++ b/media-sound/ardour/ardour-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,9 @@ DESCRIPTION="Digital Audio Workstation"
 HOMEPAGE="https://ardour.org/";
 
 if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git";
+       # Main repo disabled for now by upstream
+       #EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git";
+       EGIT_REPO_URI="https://github.com/Ardour/ardour.git";
        inherit git-r3
 else
        
SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2";

Reply via email to