commit: aafbf83c4d90d7fe1594a015e312116801c300e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 8 06:03:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 8 06:03:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafbf83c
dev-embedded/openocd: fix EGIT_REPO_URI Put the canonical upstream repo first, then backup URLs. Closes: https://bugs.gentoo.org/963894 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-embedded/openocd/openocd-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-embedded/openocd/openocd-9999.ebuild b/dev-embedded/openocd/openocd-9999.ebuild index 618475a4afdc..7eeda15d54a0 100644 --- a/dev-embedded/openocd/openocd-9999.ebuild +++ b/dev-embedded/openocd/openocd-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 @@ -7,7 +7,11 @@ inherit autotools udev if [[ ${PV} == *9999 ]] ; then inherit git-r3 - EGIT_REPO_URI=" https://repo.or.cz/openocd.git" + EGIT_REPO_URI=" + https://git.code.sf.net/p/openocd/code + https://repo.or.cz/openocd.git + https://github.com/openocd-org/openocd + " else MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}"
