Merge pull request #1288 from flatcar-linux/tormath1/perl

profiles/base/use: add `minimal` useflag to `dev-lang/perl`
This commit is contained in:
Mathieu Tortuyaux 2021-09-24 09:38:20 +02:00 committed by GitHub
commit 1a0f78f3b9
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,9 @@ USE="${USE} -openmp"
# The git-r3 eclass now depends on curl support, which is used in catalyst.
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"
# Add `minimal` useflag to prevent texinfo to pull dev-lang/perl with not required set of dependencies.
BOOTSTRAP_USE="${BOOTSTRAP_USE} minimal"
# Set SELinux policy
POLICY_TYPES="targeted mcs mls"

View File

@ -141,3 +141,6 @@ sys-libs/ldb -lmdb -python
# Enable nftables backend for the iptables instead of legacy backend
net-firewall/iptables nftables
# Install `perl` with a minimal set of dependencies
dev-lang/perl minimal