diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-35.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-35.ebuild index 866d0ce54c..582d066209 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-35.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,12 +6,12 @@ OLD_PN=udev-gentoo-scripts OLD_P=${OLD_PN}-${PV} if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://anongit.gentoo.org/proj/${OLD_PN}.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${OLD_PN}.git" inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${OLD_PN}.git/snapshot/${OLD_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${OLD_P}" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="udev startup scripts for openrc" diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild index 7c9229bd76..6a7f0d673f 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,12 +6,12 @@ OLD_PN=udev-gentoo-scripts OLD_P=${OLD_PN}-${PV} if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://anongit.gentoo.org/proj/${OLD_PN}.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${OLD_PN}.git" inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${OLD_PN}.git/snapshot/${OLD_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${OLD_P}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="udev startup scripts for openrc"