From 53f4b784b3e36d81695037bb7fd31db6c675a8fe Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:28:47 +0000 Subject: [PATCH] net-misc/passt: Sync with Gentoo It's from Gentoo commit 1296f8d11b689d211f0c147b467d3384bcf31fd6. Signed-off-by: Flatcar Buildbot --- .../portage-stable/net-misc/passt/passt-2025.12.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2025.12.15.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2025.12.15.ebuild index de7a21da7b..a73aa0c52d 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2025.12.15.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2025.12.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://passt.top/passt/snapshot/${MY_PV}.tar.xz -> ${P}.tar.xz" S=${WORKDIR}/${MY_PV} - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="BSD GPL-2+"