mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
profiles: Disable rsync-verify USE flag for sys-apps/portage
So far we have been modifying the ebuild file to make rsync-verify to be disabled by default instead of enabled by default as it's done by upstream ebuild. This will allow us to remove another modification from portage ebuild and eventually move sys-apps/portage to portage-stable.
This commit is contained in:
parent
db14a01fc7
commit
37defc380c
@ -69,7 +69,8 @@ dev-cpp/glog gflags
|
||||
sys-fs/quota rpc
|
||||
|
||||
# Don't bother building portage w/xattr, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
||||
# Disable rsync-verify to avoid pulling in more deps.
|
||||
sys-apps/portage -xattr -rsync-verify
|
||||
|
||||
# Enable -M and -Z flags; -M is used by mayday
|
||||
sys-process/lsof rpc selinux
|
||||
|
Loading…
Reference in New Issue
Block a user