Переименован USE в calculate-utils для сборки утилит в CLC

rasdark
parent f1a3013280
commit fb0277321b

@ -118,7 +118,7 @@ prepare_variables() {
SRC_URI="$SRC_URI $MODULE_URI"
done
IUSE="+grub minimal pxe backup ${CALCULATE_MODULES_USE_[@]}"
IUSE="+install minimal pxe backup ${CALCULATE_MODULES_USE_[@]}"
S="${WORKDIR}"
}
@ -140,8 +140,7 @@ prepare_module_info() {
prepare_variables
RDEPEND="
grub? ( sys-boot/grub
>=app-cdr/cdrtools-3.01_alpha13
install? ( >=app-cdr/cdrtools-3.01_alpha13
>=sys-boot/grub-2.00-r3
>=sys-boot/syslinux-5
sys-fs/squashfs-tools

@ -6,11 +6,13 @@
A set of Calculate utilities for system installation, build and upgrade.
</longdescription>
<use>
<flag name="minimal">Use minimal depends for calculate install.</flag>
<flag name="pxe">Enables support for PXE installation.</flag>
<flag name="console">Includes console module.</flag>
<flag name="backup">Includes backup module.</flag>
<flag name="client">Includes module for setting and storing the user accounts in the domain.</flag>
<flag name="console">Includes console module.</flag>
<flag name="desktop">Includes module for desktop configuration.</flag>
<flag name="install">Enables support for disk installation.</flag>
<flag name="minimal">Use minimal depends for calculate install.</flag>
<flag name="pxe">Enables support for PXE installation.</flag>
</use>
</pkgmetadata>

Loading…
Cancel
Save