mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 02:51:06 +02:00
profiles: Disable pcre16 in dev-libs/libpcre2
It became enabled by default after an update, so revert that change in our profiles. It was enabled upstream, because it was needed by dev-qt/qtcore, which we don't have.
This commit is contained in:
parent
edcdfb51ea
commit
bc7bfe7d01
@ -150,3 +150,7 @@ sys-apps/util-linux -su
|
|||||||
# Enable kerberos support for NFS
|
# Enable kerberos support for NFS
|
||||||
net-fs/nfs-utils kerberos nfsv41 nfsv4 junction ldap libmount nfsdcld uuid
|
net-fs/nfs-utils kerberos nfsv41 nfsv4 junction ldap libmount nfsdcld uuid
|
||||||
net-libs/libtirpc kerberos
|
net-libs/libtirpc kerberos
|
||||||
|
|
||||||
|
# Disable enabled-by-default support for 16-bit characters, we didn't
|
||||||
|
# need it before, so we don't need it now.
|
||||||
|
dev-libs/libpcre2 -pcre16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user