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:
Krzesimir Nowak 2022-12-09 11:49:18 +01:00
parent db14a01fc7
commit 37defc380c

View File

@ -69,7 +69,8 @@ dev-cpp/glog gflags
sys-fs/quota rpc sys-fs/quota rpc
# Don't bother building portage w/xattr, we don't need XATTR_PAX # 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 # Enable -M and -Z flags; -M is used by mayday
sys-process/lsof rpc selinux sys-process/lsof rpc selinux