mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
Merge pull request #1288 from flatcar-linux/tormath1/perl
profiles/base/use: add `minimal` useflag to `dev-lang/perl`
This commit is contained in:
commit
1a0f78f3b9
@ -34,6 +34,9 @@ USE="${USE} -openmp"
|
|||||||
# The git-r3 eclass now depends on curl support, which is used in catalyst.
|
# The git-r3 eclass now depends on curl support, which is used in catalyst.
|
||||||
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"
|
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
|
# Set SELinux policy
|
||||||
POLICY_TYPES="targeted mcs mls"
|
POLICY_TYPES="targeted mcs mls"
|
||||||
|
|
||||||
|
@ -141,3 +141,6 @@ sys-libs/ldb -lmdb -python
|
|||||||
|
|
||||||
# Enable nftables backend for the iptables instead of legacy backend
|
# Enable nftables backend for the iptables instead of legacy backend
|
||||||
net-firewall/iptables nftables
|
net-firewall/iptables nftables
|
||||||
|
|
||||||
|
# Install `perl` with a minimal set of dependencies
|
||||||
|
dev-lang/perl minimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user