From 711565364955cd46de94762ec28de9b9d82e05d2 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Jan 2025 07:09:33 +0000 Subject: [PATCH] net-misc/passt: Sync with Gentoo It's from Gentoo commit 244517034b4acf03a7897e92f3c03ead3ca065df. --- .../portage-stable/net-misc/passt/passt-2024.09.06.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.09.06.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.09.06.ebuild index e3ed4b3ca1..fbff0b5258 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.09.06.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/passt/passt-2024.09.06.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 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://passt.top/passt/snapshot/passt-${MY_PV}.tar.xz -> ${PF}.tar.xz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="BSD GPL-2+"