net-misc/passt: Sync with Gentoo

It's from Gentoo commit 244517034b4acf03a7897e92f3c03ead3ca065df.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:09:33 +00:00 committed by Krzesimir Nowak
parent fe12b11b1c
commit 7115653649

View File

@ -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+"