Diff vde-2.3.3 with a vde-9999

/usr/portage/net-misc/vde/vde-9999.ebuild 2023-10-09 14:52:34.712368482 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24
LICENSE="GPL-2"
25 25
SLOT="0"
26 26
if [[ ${PV} != 9999 ]] ; then
27
	KEYWORDS="amd64 arm64 ~loong ~mips ~ppc ppc64 ~riscv x86"
27
	KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
28 28
fi
29 29
IUSE="pcap selinux static-libs"
30 30

  
Thank you!