mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/openvswitch: Fix MODULES_OPTIONAL_IUSE
Transition from linux-mod to linux-mod-r1 changed _USE to _IUSE. Since linux-mod-r1_pkg_setup is only called when USE=modules the migration check doesn't generally run to catch this. Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Part-of: https://github.com/gentoo/gentoo/pull/45281 Closes: https://github.com/gentoo/gentoo/pull/45281 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
fe27c5d736
commit
b1f6de5f75
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MODULES_OPTIONAL_USE="modules"
|
||||
MODULES_OPTIONAL_IUSE="modules"
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
inherit autotools dot-a flag-o-matic linux-mod-r1 multiprocessing
|
||||
|
||||
Reference in New Issue
Block a user