From 271e0dd530591dfec5bc88727f77c46feff22f20 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 26 Aug 2024 07:18:30 +0000 Subject: [PATCH] net-misc/passt: Sync with Gentoo It's from Gentoo commit 652f17bcfc5b13438990110166cc20f569375999. --- .../portage-stable/net-misc/passt/passt-2024.03.26.ebuild | 2 +- .../portage-stable/net-misc/passt/passt-2024.04.05.ebuild | 2 +- .../portage-stable/net-misc/passt/passt-2024.04.26.ebuild | 2 +- .../portage-stable/net-misc/passt/passt-2024.05.10.ebuild | 2 +- .../portage-stable/net-misc/passt/passt-2024.06.07.ebuild | 4 ++-- .../portage-stable/net-misc/passt/passt-9999.ebuild | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.03.26.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.03.26.ebuild index 90df839f93..91d818f5b4 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.03.26.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.03.26.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="4988e2b" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.05.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.05.ebuild index e4201215e5..be03e08a6f 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.05.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.05.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="954589b" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.26.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.26.ebuild index c73a0f7c14..cf83c50f72 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.26.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.04.26.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="d03c4e2" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.05.10.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.05.10.ebuild index ce44d6abe4..022bbfc62a 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.05.10.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.05.10.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="7288448" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.06.07.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.06.07.ebuild index 65a98bc9f5..37ba4d13c2 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.06.07.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.06.07.ebuild @@ -12,11 +12,11 @@ RELEASE_COMMIT="8a83b53" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi LICENSE="BSD GPL-2+" diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-9999.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-9999.ebuild index 65a98bc9f5..37ba4d13c2 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-9999.ebuild @@ -12,11 +12,11 @@ RELEASE_COMMIT="8a83b53" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi LICENSE="BSD GPL-2+"