mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Some kernel config options are renamed and to allow users to run libvirt on older kernels we had to check kernel version and either include old or new name in CONFIG_CHECK. Well, I think it is safe to assume nobody runs the most recent libvirt on 4.X or <5.2 kernels and thus these workarounds can be dropped. Just to be on the safe side, let's make the change only for the live ebuild for now. Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40566 Signed-off-by: Sam James <sam@gentoo.org>