Diff virt-manager-4.1.0 with a virt-manager-9999

/usr/portage/app-emulation/virt-manager/virt-manager-9999.ebuild 2023-10-09 14:52:28.736368331 +0300
18 18
	inherit git-r3
19 19
else
20 20
	SRC_URI="https://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
21
	KEYWORDS="amd64 ~arm64 ~ppc64 x86"
21
	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
22 22
fi
23 23

  
24 24
LICENSE="GPL-2"
......
102 102

  
103 103
	optfeature "SSH_ASKPASS program implementation" lxqt-base/lxqt-openssh-askpass net-misc/ssh-askpass-fullscreen net-misc/x11-ssh-askpass
104 104
	optfeature "QEMU host support" app-emulation/qemu[usbredir,spice]
105
	optfeature "virt-install --location ISO support" dev-libs/libisoburn
106 105
}
Thank you!