Diff passt-2025.04.15 with a passt-2026.05.26

/usr/portage/net-misc/passt/passt-2026.05.26.ebuild 2026-06-11 19:17:05.691133953 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement for Slirp"
9 9
HOMEPAGE="https://passt.top/"
10 10

  
11
RELEASE_COMMIT="2340bbf"
11
RELEASE_COMMIT="038c51e"
12
MY_PV=${P//./_}.${RELEASE_COMMIT}
12 13

  
13 14
if [[ ${PV} == 9999* ]]; then
14 15
	inherit git-r3
15 16
	EGIT_REPO_URI="https://passt.top/passt"
16 17
else
17
	SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz"
18
	S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
19
	KEYWORDS="amd64 arm64 ~loong ~riscv"
18
	SRC_URI="https://passt.top/passt/snapshot/${MY_PV}.tar.xz -> ${P}.tar.xz"
19
	S=${WORKDIR}/${MY_PV}
20
	KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
20 21
fi
21 22

  
22 23
LICENSE="BSD GPL-2+"
Thank you!