mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
compat-drivers eclass, updated so builds all modules by default
This commit is contained in:
parent
508010e9b1
commit
5f59acad5b
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# Implements functionality of driver-select script for several modules
|
||||
|
||||
# compose IUSE and REQUIRED_USE from the categories
|
||||
IUSE+=" -desperately-build-all-modules"
|
||||
IUSE+=" +build-all-modules"
|
||||
REQUIRED_USE+=" || ("
|
||||
for useexp in ${CPD_USE_EXPAND}; do
|
||||
USE_TEMP="\$CPD_USE_EXPAND_$useexp"
|
||||
|
|
@ -21,7 +21,7 @@ for useexp in ${CPD_USE_EXPAND}; do
|
|||
REQUIRED_USE+=" compat_drivers_${useexp}_${iuse:1}" || die
|
||||
else
|
||||
IUSE+=" compat_drivers_${useexp}_${iuse}" || die
|
||||
REQUIRED_USE+=" compat_drivers_${useexp}_${iuse}" || die
|
||||
REQUIRED_USE+=" compat_drivers_${useexp}_${iuse} build-all-modules" || die
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue