profile/updater: mask the broken samba version

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-11-08 13:05:18 -05:00
parent 7a29275e70
commit 490fad33ac
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 4 additions and 1 deletions

View file

@ -84,3 +84,6 @@ x11-libs/wxGTK:2.8
#https://wiki.gentoo.org/wiki/GRUB2_Migration
sys-boot/grub:0
sys-boot/grub-static
#revdep-rebuild constantly rebuilds this version
=net-fs/samba-4.8.6

View file

@ -274,7 +274,7 @@ if portageq list_preserved_libs /; then
emerge @preserved-rebuild --buildpkg=y || safe_exit
fi
smart-live-rebuild 2>&1 || safe_exit
revdep-rebuild -i -v -- --rebuild-exclude=net-fs/samba --exclude=net-fs/samba --usepkg=n --buildpkg=y || safe_exit
revdep-rebuild -i -v -- --usepkg=n --buildpkg=y || safe_exit
emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit
#we need to do the clean BEFORE we drop the extra flags otherwise all the packages we just built are removed